Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. namenumber

    writing files to a different directory

    I've been having the same problem. I'm writing some c++ code which creates a subdirectory and then renames files from the parent into the newly created directory. I'm using mkdir() to create the directory, then, immediatley after, using the rename() function: mkdir("newdir"); rename(...

Part and Inventory Search

Back
Top