Contents

fileHandleForWriting

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

Declaration

var fileHandleForWriting: FileHandle? { get }

Discussion

When you want to receive data from the guest operating system, read data from the file handle in this property.

See Also

Getting the file handles