IOHelperGetDirectoryName Method
Returns the directory name for the specified path string.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public static string GetDirectoryName(
string path
)
- path String
- The path of a file or directory.
StringDirectory information for path, or
if path denotes a root directory.
Returns an empty string if path does not contain directory information.