Syntax :
ChDir path$
path$ must be a string in the format of
[drive:] [\] dir [\subdir] [\subdir...]
ChDir path$
path$ must be a string in the format of
[drive:] [\] dir [\subdir] [\subdir...]
ChDir "D:\MYDIR"
ChDir "\MAIN\MAILBOX"
ChDir "\\MySERVER\MAIN\MAILBOX"
The ChDir statement can affect the operation of file -related commands
Path$ is not longer then 128 characters
ChDir "\MAIN\MAILBOX"
ChDir "\\MySERVER\MAIN\MAILBOX"
The ChDir statement can affect the operation of file -related commands
Path$ is not longer then 128 characters
No comments:
Post a Comment