Files | |
file | dirfunc.lua |
Directory and filename support. | |
file | ls.lua |
Directory listing core function. | |
Modules | |
group | LUA enhanced shell |
LUA enhanced shell. | |
Directory and file functions. | |
get_path_and_leaf (var pathname, var pwd) | |
Get path and leaf from a filename. | |
get_nude_name (var pathname) | |
Get nude name (remove path and extension). | |
fullpath (var name, var pwd) | |
Create a full path name. | |
chdir (var path) | |
Change current directory. | |
fullpath_convert (var name, var arglist) | |
Get path and leaf from a filename. | |
deltree (var path) | |
Recursively delete a directory and its files. | |
ls (...) | |
Directory listing. | |
Variables | |
string | PWD |
Current path. |
|
Get path and leaf from a filename.
|
|
Get nude name (remove path and extension).
|
|
Create a full path name.
|
|
Change current directory.
|
|
Get path and leaf from a filename.
|
|
Recursively delete a directory and its files.
|
|
Directory listing. Display directory listing. If no path is given, PWD is used instead. If the listing is longer than console height, ls wait a key strike. If more than one path is found, detail [-d] is automatically set.
Switch can be concatenate.
|
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |