LongBinaryStream REALbasic Plugin

LongBinaryStream.FileRefNum Property

This property will return a FileRefNum to Old style MacOS file API if SupportsLongFiles = false, it will return a FileRefNum to the new MacOS file API if SupportsLongFiles = true. On windows it will always return a reference to a Handle (File Handle)

The Purpose of this property is to allow people to extend the class with API calls.

FileRefNum as Integer {Read}

Remarks

See Also

LongBinaryStream Class