System::IO::FileInfo::OpenRead method

FileInfo::OpenRead method

Opens a file represented by the current object for reading only, in ‘Open’ mode with shared access for reading.

FileStreamPtr System::IO::FileInfo::OpenRead()

ReturnValue

A FileStream object associated with the opened file

See Also