Product Logo

CNS Menu

Dynamic Menus

Functions

CNSMenu_File_Export

NameCNSMenu_File_Export
Description

Exports a container to the drive.

Return TypeText
FormatCNSMenu_File_Export ( Container ; Path ; SaveAs )
Examples
Example 1

Exports the file in the "Container" field to "c:\exports" on Windows.

CNSMenu_File_Export( Container ; "c:\exports" )
Example 2

Exports the file in the "Container" field to "/exports/" on Mac.

CNSMenu_File_Export( Container ; "/exports/" )
Example 3

Exports the file in the "Container" field to "c:\exports\newexport.txt".

CNSMenu_File_Export( Container ; "c:\exports" ; "newexport.txt" )
Example 4

Exports the file in the "Container" field to "/exports/newexport.txt".

CNSMenu_File_Export( Container ; "/exports/" ; "newexport.txt" )