|
Contents | Previous | Next | Subchapters |
| Syntax |
cwddirectory) |
| See Also | isdir , listdir , mkdir |
cwd
is true if the directory change is successful and false if the change fails.
cwd
O-Matrix will respond
C:\OMWIN
If you then enter
cwd("programs")
O-Matrix will respond
T
and will set your current working directory to C:\OMWIN\PROGRAMS.
If you try to change to a directory that does not exist,
such as C:\PMWINK, by entering
cwd("c:\pmwink")
O-Matrix will respond
F