DirectoryInfo()

DirectoryInfo::DirectoryInfo(const String&) constructor

Constructs an instnace of DirectoryInfo class on the specified path.

System::IO::DirectoryInfo::DirectoryInfo(const String &path)

Arguments

ParameterTypeDescription
pathconst String&A path on which to create an instance; the path does not have to refer to existing entity

See Also