| .copyTo( destinationFolder : 4D.Folder { ; newName : Text } { ; overwrite : Integer } ) : 4D.Folder | |
| .creationDate : Date | Date may be different for the root folder from a folder within the archive |
| .creationTime : Time | Time 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 : 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 : Text | |
| .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 : Text | Returns a path relative to the archive |
| .platformPath : Text | |