Home
Manual
Packages
Global Index
Keywords
Quick Reference
|
functions in std.i - l
legal
|
legal
Prints the legal details of Yorick's copyright, licensing,
and lack of warranty.
interpreted function, defined at i0/std.i line 88
|
SEE ALSO:
|
copyright,
warranty
|
library
|
library
print the Y_SITE/i/README file at the terminal.
interpreted function, defined at i0/std.i line 1535
|
lsdir
|
files = lsdir(directory_name)
or files = lsdir(directory_name, subdirs)
List DIRECTORY_NAME. The return value FILES is an array of
strings or nil; the order of the filenames is unspecified;
it does not contain "." or ".."; it does not contain the
names of subdirectories. If SUBDIRS is given and is a simple
variable name, it is set to a list of subdirecotry names (or
nil if there are no subdirectories).
If DIRECTORY_NAME does not exist, the return value is the
integer 0 rather than nil.
builtin function, documented at i0/std.i line 1557
|
SEE ALSO:
|
cd,
mkdir,
rmdir,
get_cwd,
get_home
|
|