NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

SevenZipFile Output Object (Compress-SevenZip Cmdlet)

Returned after creation of a sevenzip file.

Syntax

Object SevenZipFile {
   string File;
   long Size;
   bool Secure;
}

Remarks

After constructing a sevenzip file successfully, the SevenZipFile object is returned.

File contains the full path of the compressed file.

Size contains the file size of the compressed file.

Secure indicates whether or not the file was password protected.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]