Programmer Reference : Common File System : Mixing platform-specific and Common File System operations : Performing a platform-specific call with a CfsFileDescriptor
Performing a platform-specific call with a CfsFileDescriptor
To perform a platform-specific call with an existing open CfsFileDescriptor instance, send the message fileDescriptor to the instance. This will answer the platform-specific file descriptor used as the underlying representation of the CfsFileDescriptor, which can then be passed as an argument to the platform-specific call.
Last modified date: 01/29/2015