fsFileGetSize (Function) |
Top Previous Next |
This function will return the size of the file specified.
Input: name : STRING The name of the file.
Returns: DINT The size of the file in bytes or the following error codes:
Declaration: FUNCTION fsFileGetSize : DINT;
Example: INCLUDE rtcu.inc |