RXS_getFileSize
From Wiki
|
| User Guide |
Contents |
Description
This subprocedure will allow the programmer to obtain the size of a file in the IFS in bytes.
Prototype
D RXS_getFileSize... D pr 10i 0 D pFile value like(RXS_FilePath)
Parameters
- pFile
- Specify the qualified IFS file name of which the size is unknown (e.g. /myfolder/myfile.xml)
Return value
None.
Notes / Examples
None.
