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

ParameterTypeDescription
pathconst String&The path to check

Return Value

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

See Also