Hello everyone,
I'm new to C ++, and I want to know how to delete a whole folder.
I've tried to do this, but it doesn't work. Can anyone help me?
#include <iostream>
#include <stdio.h>
using namespace std;
int main()
{
remove ("c:\\users\\asus\\new");
return 0;
}
I'm running Vista, and using Microsoft Visual Studio 2008 Express Edition.