export.sendFolder

Syntax export.sendFolder (adr, f)

Params adr is the address of the table to export

f is the path of the folder to save the object in

Action Exports the specified table to a folder of fat pages; sub-tables are recursively exported as folders and non-table items are exported as fat pages.

Returns true

Examples export.sendFolder (@user , file.folderFromPath(Frontier.getProgramPath()) + "User Backup" + file.getPathChar() )

   » true

Notes This verb is implemented as a script.

See Also export.sendObject

fatPages.importFatFile

fatPages.getFromFile

Discuss