class

FolioBackupFile

const class FolioBackupFile : Obj

Handle to a backup zip file

methods toStr

Return file name

size

Size in bytes of the backup zip file

in

Open an input stream to read the backup zip file

delete

Delete the backup file which is an unrecoverable operation

ts

Timestamp the backup was started

delete Void delete()

Delete the backup file which is an unrecoverable operation

in InStream in()

Open an input stream to read the backup zip file

size Int size()

Size in bytes of the backup zip file

toStr virtual Str toStr()

Return file name

ts DateTime ts()

Timestamp the backup was started

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST