![]() |
Remove a file from the file system.
static void erase( path_type const& path, error_code& ec);
It is not an error to attempt to erase a file that does not exist.
|
Name |
Description |
|---|---|
|
|
The path of the file to remove. |
|
|
Set to the error, if any occurred. |