vl-setcurrentdir
(vl-setcurrentdir x)
changes the current directory of the Operating
System to given folder 'x'
Arguments |
'x' the folder name to set as the active folder for the Operating System |
Return |
T if successful, NIL otherwise |
Example |
(vl-setcurrentdir c:\\users") |
Alias |
|
Remarks |
be careful to change the active OS folder; this can have unpredictable side-effects; best to reset to previousyl active folder (see (vl-getcurrentdir) function) |
© Menhirs NV. All rights reserved. |