|
virtual |
Gets the extension part of the file name, including the leading dot . even if it is the entire file name, or an empty string if no extension is present.
To do this... | See the example in this topic... |
---|---|
Create a text file. | How to: Write Text to a File |
Write to a text file. | How to: Write Text to a File |
Read from a text file. | How to: Read Text to a File |
Retrieve the fully qualified path of a file. | xtd::io::path::get_full_path |
Retrieve only the file name a path. | xtd::io::path::get_file_name_without_extension |
Retrieve only the directory name from a path. | xtd::io::path::get_directory_name |
Change the extension of a file. | xtd::io::path::change_extrnsion |