Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]

Method get_dir()


Method get_dir

array(string) get_dir(void|string dirname)

Description

Returns an array of all filenames in the directory dirname , or 0 (zero) if the directory does not exist. When no dirname is given, current work directory is used.

See also

mkdir() , cd()