chdir — changes Scilab current directory
ierr=chdir('path-name')
Change the current Scilab directory to 'path-name'
chdir(TMPDIR); if MSDOS then unix_w("dir"); else unix_w("ls"); end