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)
ParameterTypeDescription
pathconst String&The path to check

ReturnValue

True if the specified path refers to existing directory, otherwise - false

See Also