System::IO::FileInfo::OpenWrite method

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()

ReturnValue

A FileStream object associated with the opened file

See Also