OpenWrite()

FileInfo::OpenWrite() method

Opens a file represented by the current object for writing only, in ‘OpenOrCreate’ mode with no sharing.

FileStreamPtr System::IO::FileInfo::OpenWrite()

Return Value

A FileStream object associated with the opened file

See Also