xtd 0.2.0
Loading...
Searching...
No Matches

◆ get_directory_name()

static xtd::string xtd::io::path::get_directory_name ( const xtd::string path)
static

Returns the directory information for the specified path string.

Parameters
paththe path of a file or directory.
Returns
A string containing directory information for path, or null if path denotes a root directory, is the empty string ("").
Remarks
Returns string empty if path does not contain directory information.