DirectoryName Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a string representing the directory's full path.
Namespace: System.IO
Assembly: System.IO (in System.IO.dll)
Syntax
'Declaration
Public ReadOnly Property DirectoryName As String
public string DirectoryName { get; }
public:
property String^ DirectoryName {
String^ get ();
}
member DirectoryName : string with get
function get DirectoryName () : String
Property Value
Type: System. . :: . .String
A string representing the directory's full path.
Remarks
To get the parent directory as a DirectoryInfo object, use the Directory property.
When first called, FileInfo calls Refresh and caches information about the file. On subsequent calls, you must call Refresh to get the latest copy of the information.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.