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


which

which("filename")
:: 引数 filename に対し, load() が読み込むパス名を返す.
return
パス名
filename
ファイル名 (パス名) または 0
[0] which("gr");               
./gb/gr
[1] which("/usr/local/lib/gr");
0
[2] which("/usr/local/lib/asir/gr");
/usr/local/lib/asir/gr
参照
section load.


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