sysopen
sysopen
FILEHANDLE,FILENAME,MODE,PERMS
Opens the file whose filename is given by
FILENAME, and associates it with
FILEHANDLE. If
FILEHANDLE is an expression, its value is used as the name of the real filehandle wanted. This function calls t
he underlying operating system's
open function with the parameters
FILENAME,
MODE,
PERMS.