Línguagem 4D Comandos File and FolderVersão: 20 R10 BETA File and FolderFile ( path : Text { ; pathType : Integer }{ ; * } ) : 4D.FileFile ( fileConstant : Integer { ; * } ) : 4D.File Folder ( path : Text { ; pathType : Integer }{ ; * } ) : 4D.FolderFolder ( folderConstant : Integer { ; * } ) : 4D.Folder ZIP Create archive ( fileToZip : 4D.File ; destinationFile : 4D.File ) : ObjectZIP Create archive ( folderToZip : 4D.Folder ; destinationFile : 4D.File { ; options : Integer }) : ObjectZIP Create archive ( zipStructure : Object ; destinationFile : 4D.File ) : Object ZIP Read archive ( zipFile : 4D.File { ; password : Text }) : 4D.ZipArchive