C++ Programming/Code/Standard C Library/Functions/remove
< C++ Programming < Code < Standard C Library < Functionsremove
Syntax |
#include <cstdio>
int remove( const char *fname );
|
The remove() function erases the file specified by fname. The return value of remove() is zero upon success, and non-zero if there is an error.
- Related topics
- rename
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.