Mar 3, 2004 #1 kwteckie Programmer Mar 3, 2004 2 CA is there any way of using effective library functions in c to change drives? my current working directory was d:/myprograms and i was trying in my code to go to my c: drive and system("c:"); didn't work.... can anybody explain?
is there any way of using effective library functions in c to change drives? my current working directory was d:/myprograms and i was trying in my code to go to my c: drive and system("c:"); didn't work.... can anybody explain?
Mar 3, 2004 #2 Salem Programmer Apr 29, 2003 2,455 GB Check your compiler documentation [tt]chdrive() chdir()[/tt] are functions you can use IIRC -- Upvote 0 Downvote
Mar 3, 2004 Thread starter #3 kwteckie Programmer Mar 3, 2004 2 CA thanx.. i really appreciate that Upvote 0 Downvote