Skip to main content
Version: Next

ZIPFolder

The following properties and functions from the Folder class are available to ZIPFolder objects:

Available Folder APIs for ZIPFolderComment
.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 : dateDate may be different for the root folder from a folder within the archive
.modificationTime : timeTime may be different for the root folder from a folder within the archive
.name : string
.original : 4D.Folder
.parent : 4D.FolderThe archive's virtual root folder has no parent. However, the folders within the archive may have a parent other than the root.
.path : stringReturns a path relative to the archive