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
path
The 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.
xtd
io
path
Generated on Sat Sep 14 2024 21:25:31 for xtd by
Gammasoft
. All rights reserved.