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