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

◆ get_file_name_without_extension()

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

Returns the file name of the specified path string without the extension.

Parameters
pathThe path of the file.
Returns
The string returned by xtd::io::path::get_file_name, minus the last period (.) and all characters following it.
Remarks
This method does not verify that the path or file name exists.