Files
Posted: Sat Dec 19, 2009 10:44 pm
It's time for me to start learning. First of all, I want to know is it available to open/create/delete/move/copy etc. files with GE? And if it is, how to do it?
4erv' wrote:It's time for me to start learning. First of all, I want to know is it available to open/create/delete/move/copy etc. files with GE? And if it is, how to do it?
FILE * pFile;
FILE* fp = fopen("all files, "r");
if (fp) {
nnn.textNumber = 11;
fclose(fp);
}