ZipFile Output Object (Add-Zip Cmdlet)

Returned after appending file(s) to archive.

Syntax

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

Remarks

After successfully appending a file(s), 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) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]
 

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]