Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_File_Size

NameSMTPit_File_Size
Description

This function returns the size of a file.

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

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

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

SMTPit_File_Size( "/Images/big.jpg" )