How to: Change working directory
Posted: Sat Jan 02, 2010 9:29 pm
How do I change the current working directory ?
MKDIR ==> Result = CreateDirectory(DirectoryName$)
RMDIR ==> Result = DeleteDirectory(DirectoryName$, Pattern$ [, Mode])
REN ==> Result = RenameFile(OldFilename$, NewFilename$) ; Its even possible to rename directory names, just use the related path with directory name
CHDIR ==> ???
It is NOT:
ChangeDirectory()... UseDirectory()... SetDirectory()... WorkingDirectory()... SwitchDirectory()...
Couldn't imagine other possible words :roll:
MKDIR ==> Result = CreateDirectory(DirectoryName$)
RMDIR ==> Result = DeleteDirectory(DirectoryName$, Pattern$ [, Mode])
REN ==> Result = RenameFile(OldFilename$, NewFilename$) ; Its even possible to rename directory names, just use the related path with directory name
CHDIR ==> ???
It is NOT:
ChangeDirectory()... UseDirectory()... SetDirectory()... WorkingDirectory()... SwitchDirectory()...
