Go to the first, previous, next, last section, table of contents.


chdir, pwd

chdir(directory)
pwd()
:: シェルコマンド cd と pwd に対応する操作.
return
文字列(pwd), 整数(chdir)
dirctory
文字列
[0] S=pwd();
/home/ohara
[1] chdir(".../taka");
-1
[2] chdir("/usr/bin");
0

ChangeLog


Go to the first, previous, next, last section, table of contents.