Contents

fileHandleForReading

The file handle that the guest operating system uses to read data.

Declaration

var fileHandleForReading: FileHandle? { get }

Discussion

When you want to send data to the guest operating system, write data to the file handle in this property.

See Also

Getting the file handles