- or download this
DllExport int
win32_rename(const char *oname, const char *newname)
...
}
return 0;
}
- or download this
// movetest.cpp
// compile with: CL /W3 /MD movetest.cpp
...
fprintf(stderr, "done.\n");
return 0;
}
- or download this
movetest newfile.txt originalfile.txt