Help for this page

Select Code to Download


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