System::IO::FileInfo::Create method

FileInfo::Create method

Creates a file at the location specified by the path represented by the current object and opens it for reading and writing, in truncate mode and with no sharing.

FileStreamPtr System::IO::FileInfo::Create()

ReturnValue

A FileStream object associated with the created file

See Also