Exports a container to the drive.
Exports the file in the "Container" field to "c:\exports" on Windows.
CNSMenu_File_Export( Container ; "c:\exports" )
Exports the file in the "Container" field to "/exports/" on Mac.
CNSMenu_File_Export( Container ; "/exports/" )
Exports the file in the "Container" field to "c:\exports\newexport.txt".
CNSMenu_File_Export( Container ; "c:\exports" ; "newexport.txt" )
Exports the file in the "Container" field to "/exports/newexport.txt".
CNSMenu_File_Export( Container ; "/exports/" ; "newexport.txt" )