Product Logo

CNS Barcode

Scan and Generate Barcodes

Functions

CNSBC_File_Size

NameCNSBC_File_Size
Description

Returns the size of a file.

Return TypeNumber
FormatCNSBC_File_Size ( File )
Required Parameters
File

The path and file name of the file you need the size of.

Examples
Example 1

Returns the size of the "big.jpg" file on Windows.

CNSBC_File_Size( "c:\images\big.jpg" )
Example 2

Returns the size of the "big.jpg" file on Mac.

CNSBC_File_Size( "/Images/big.jpg" )