DirectWriteFile.open

Opens a direct-write file at the specified path.

class DirectWriteFile
override
void
open
(,
Style style = this.WriteCreate
)

Parameters

path cstring

path at which to open file

style Style

file open mode

Throws

IOException on error opening the file

Meta