![]() |
![]() |
|

#include <stdio.h>
int main ()
{
if( remove( "myfile.txt" ) == -1 )
perror( "Error deleting file" );
else
puts( "File successfully deleted" );
return 0;
}
Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 0 invitados