DirectoryInfo::FullName Property

 

Gets the full path of the directory.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ FullName {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A string containing the full path.

.NET Framework
Available since 4.7
Return to top
Show: