From: Reid T. <rei...@at...> - 2008-03-18 23:05:01
|
William OConnell wrote: > Hello All, > > I recently submitted a question about file > manipulation in Dev C++. For example, I wanted to > know how to change directory. man chdir http://www.hmug.org/man/2/chdir.php and http://msdn2.microsoft.com/en-us/library/bf7fwze1(VS.80).aspx > > I was told to use the system ("command") approach. > Now I do thank those who made the suggestion. It did > work. But, I have an additional question. Is there > any way to get data back so that I can determine the > current drive and directory? > man getcwd http://www.hmug.org/man/3/getcwd.php and http://msdn2.microsoft.com/en-us/library/sf98bd4y(VS.80).aspx > Thanks in advance. > Bill O'Connell > wil...@ya... |