$file.ls

Returns a directory listing
Usage
$file.ls(<directory>,[<flags>[,<namefilter>]])
Description
Returns the listing of the specified directory as an array.
The <directory> should be a unix-style file path and is adjusted according to the system that KVIrc is running on.
<flags> may be a combination of the following characters:
d: list directories
f: list files
l: list symbolic links
r: list readable files
w: list writable files
x: list executable files
h: list hidden files
s: list system files
n: sort files by name
t: sort files by file time
b: sort files by file size
z: put the directories first, then the files
k: invert sort order
i: case insensitive sort
If <flags> is empty then a default of 'dfrwxhs' is set.
If none of the r,w,x flags are set then KVIrc sets all of them by default.
If <namefilter> is passed then it is interpreted as a wildcard string that must match the entries to be returned.
Syntax Specification
<array> $file.ls(<directory:string>,[<flags:string>[,<namefilter:string>]])

Index, Functions
KVIrc 4.2.0.6190 Documentation
Generated by builduser at Thu May 18 22:40:02 2017