Skip to main content
Version: v19

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 : Text } { ; overwrite : Integer } ) : 4D.Folder
.creationDate : DateDate may be different for the root folder from a folder within the archive
.creationTime : TimeTime may be different for the root folder from a folder within the archive
.exists : Boolean
.extension : Text
.file( path : Text ) : 4D.File
.files( { options : Integer } ) : Collection
.folder( path : Text ) : 4D.Folder
.folders( { options : Integer } ) : Collection
.fullName : Text
.getIcon( { size : Integer } ) : Picture
.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 : Text
.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 : TextReturns a path relative to the archive
.platformPath : Text