DirectoryInfo.Name Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the name of this DirectoryInfo instance.
Assembly: mscorlib (in mscorlib.dll)
This Name property returns only the name of the directory, such as "Bin". To get the full path, such as "c:\public\Bin", use the FullName property.
Show: