WHFSFolder::ExportFolder (open)
Export this folder
Syntax
LOADLIB "mod::system/lib/internal/whfs/objects.whlib";
RECORD FUNCTION ExportFolder(RECORD options)
Parameters
RECORD options
Optional parameters
STRING initialname
Name for the top level folder. If not set, named after the current folder
INTEGER ARRAY limitobjects
IDs of objects to actually export. If not set, exports all
MACRO PTR onprogress
Progress callback
BOOLEAN recursive
Export recursively (defaults to true)
INTEGER splitsize
Split archives after writing this number of bytes
BOOLEAN withmetadata
Export metadata too, generating wharchives. If not set, generates zip files. Defaults to true)
Return value
RECORD
Export result
RECORD ARRAY files
Exported files