SysFileGetName (FUN)
FUNCTION SysFileGetName : POINTER TO STRING
Get the file name from file specified by handle
InOut:
Scope
|
Name
|
Type
|
Comment
|
Return
|
SysFileGetName
|
POINTER TO STRING
|
File name of the specified file
|
Input
|
hFile
|
RTS_IEC_HANDLE
|
Handle of the file
|