Name | POP3it_File_Size |
---|
Description | This function returns the size of a file.
|
---|
Return Type | Number |
---|
Format | POP3it_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. POP3it_File_Size( "c:\images\big.jpg" )
- Example 2
Returns the size of the "big.jpg" file on Mac. POP3it_File_Size( "/Images/big.jpg" )
|
---|