RE: Change Directory
- Posted by Don Phillips <EuNexus at yahoo.com> Nov 11, 2002
- 418 views
> Hey! Thanks Don... Using current_dir() returns "C:" right off the bat, > which > is wrong! I guess I'll need to parse command_line()[2]... :( Sorry about that, I dont know why it isnt working correctly. I pasted this into a dummy program and ran it from four different directories in three different drives with no issues... ===== include file.e printf( 1, "'%s'\n", {current_dir()} ) atom break =====