Xojo.IO.HandleTypes

From Xojo Documentation

Enumeration
Xojo.IO.HandleTypes

The type of OS handle for the stream.

Values

Enum Description
FileNumber A low-level integer "handle" used to identify an opened file at the kernel level, in Linux and other Unix-like systems.
FilePointer A C standard library-level construct, used to represent a file.
Win32 A Win32 file handle.