IsFileRemote Function

Action

Tests whether a file handle points to a target (remote) machine.

Syntax

bRemoteHandle = IsFileRemote(hFileHandle)
Variable Description
bRemoteHandle TRUE if the file handle points to a target machine. BOOLEAN.
hFileHandle The handle of the file retrieved from FileOpen(), SYS_FileOpen(), IniFileOpen(), or SYS_IniFileOpen().

Notes

IsFileRemote returns TRUE if the file handle points to a target machine, or FALSE if the file handle does not point to a target machine. The file can be of any sort, including an INI file.