Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_File_Size

NameCNSImage_File_Size
Description

Returns the size of a file.

Return TypeNumber
FormatCNSImage_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.

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

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

CNSImage_File_Size( "/Images/big.jpg" )