Julia Frid:
Is there any built-in function to delete a file or folder?
You need to tell us whether you are using pure MDL, or if you are writing a native-code app. with C or C++.
- Classic C (also works with C++
- #include <stdio.h>
- use remove
Julia Frid:
Is there any built-in function to delete a file or folder?
You need to tell us whether you are using pure MDL, or if you are writing a native-code app. with C or C++.