Create()

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

Return Value

A FileStream object associated with the created file

See Also