chdir programmatically

Posted by james owen on Stack Overflow See other posts from Stack Overflow or by james owen
Published on 2010-03-12T18:24:32Z Indexed on 2010/03/12 18:27 UTC
Read the original article Hit count: 216

Filed under:
|

Friday, March 12, 2010 1:18 pm. In windows -- and probably unix for that matter -- using the chdir() function in a (32-bit) program doesn't change the directory when the program exits. (It does in a 16-bit windows program.) Does anybody know how to do that in a windows 32-bit program?

© Stack Overflow or respective owner

Related posts about chdir

Related posts about Windows