<- Back to POP3it Pro function list
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.
- File
- Related Items
- POP3it_File_Copy, POP3it_File_Delete, POP3it_File_Exists, POP3it_File_Export, POP3it_File_Import, POP3it_File_Move, POP3it_File_Rename, POP3it_File_SelectFileWithDialog
- Examples
Example 1
Code:
POP3it_File_Size("c:\images\big.jpg")Result:
Returns the size of the "big.jpg" file on Windows.Example 2
Code:
POP3it_File_Size("/Images/big.jpg")Result:
Returns the size of the "big.jpg" file on Mac.