NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

ZipFile Output Object (Compress-Jar Cmdlet)

Returned after creation of a zip file.

Syntax

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

Remarks

After constructing a zip file successfully, the ZipFile 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]