Platform | x64, Win32 |
Purpose |
To get the position of a file. |
Syntax |
SUBROUTINE RFPOS@(SID, POSITION, ERROR_CODE)
|
Description |
This routine returns the POSITION of the file with the given system identifier SID. ERROR_CODE is returned as zero or with a system error code if it fails. |
Notes |
You can use RFPOSLONG@ to get the position a file at a 64-bit offset. SUBROUTINE FPOSLONG@(SID,POSITION, NEW_POSITION,
ERROR_CODE)
|