vl-setcurrentdir


(vl-setcurrentdir  folder)

changes the current directory of the Operating System to given folder 'x'

Arguments

folder  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)



©  Bricsys NV. All rights reserved.