ZipFile Output Object (Compress-Bzip2 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) 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]