Product Logo

CNS Barcode

Scan and Generate Barcodes

Functions

CNSBC_File_Export

NameCNSBC_File_Export
Description

Exports a container to the drive.

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

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

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

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

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

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

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

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

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