...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetFileSize (fileName : STRING)
fileSize : INTEGER;
|
Use this function to to get the size oft he given file
Arguments
...
Type | Name | Comment |
STRING | fileName | full path to the given file |
Return Value
...
Type | Name | Comment |
INTEGER | fileSize | given file size |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|