System::IO::File::OpenRead method
File::OpenRead method
Opens the specified file for reading only, in ‘Open’ mode with shared access for reading.
static FileStreamPtr System::IO::File::OpenRead(const String &path)
Parameter | Type | Description |
---|---|---|
path | const String& | The path of the file to open |
ReturnValue
A FileStream object associated with the opened file
See Also
- Typedef FileStreamPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.TeX for C++