FullName Property (DirectoryInfo)
In This Topic
The fully-qualified directory name (parent directory name plus directory name)
Syntax
'Declaration
Public ReadOnly Property FullName As String
public string FullName {get;}
public:
property String^ FullName {
String^ get();
}
See Also