Xojo.IO.HandleTypes
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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. |