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