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

◆ get_full_path()

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

Returns the absolute path for the specified path string.

Parameters
pathThe file or directory for which to obtain absolute path information.
Returns
A string containing the fully qualified location of path, such as "C:\\MyFile.txt".