Exists()
File::Exists(const String&) method
Determines if the specified path references an existing file.
static bool System::IO::File::Exists(const String &path)
Arguments
Parameter | Type | Description |
---|---|---|
path | const String& | The path to test |
Return Value
True if the path references an existing file, otherwise - false
See Also
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Slides