![]() |
Erase a file without returnign an error.
template< class File = native_file> void erase_file( path_type const& path);
This function attempts to erase the specified file. Any errors are ignored, including if the file does not exist.
|
Name |
Description |
|---|---|
|
|
The path to the file to erase. |
|
Type |
Description |
|---|---|
|
|
A type meeting the requirements of File. If this type is unspecified, |9|native_file is used. |