ZIPFolder
The following properties and functions from the Folder class are available to ZIPFolder
objects:
Available Folder APIs for ZIPFolder | Comment |
---|---|
.copyTo( destinationFolder : 4D.Folder { , newName : string } { , overwrite : integer } ) : 4D.Folder | |
.exists : boolean | |
.extension : string | |
.file( path : string ) : 4D.File | |
.files( { options : integer } ) : collection | |
.folder( path : string ) : 4D.Folder | |
.folders( { options : integer } ) : collection | |
.fullName : string | |
.hidden : boolean | |
.isAlias : boolean | |
.isFile : boolean | |
.isFolder : boolean | |
.isPackage : boolean | |
.modificationDate : date | Date may be different for the root folder from a folder within the archive |
.modificationTime : time | Time may be different for the root folder from a folder within the archive |
.name : string | |
.original : 4D.Folder | |
.parent : 4D.Folder | The archive's virtual root folder has no parent. However, the folders within the archive may have a parent other than the root. |
.path : string | Returns a path relative to the archive |