13 lines
193 B
Plaintext
13 lines
193 B
Plaintext
:sig
|
|
StringList ls(String path)
|
|
|
|
:params
|
|
path : a filesystem path
|
|
return value : list of directory entries
|
|
|
|
:desc
|
|
Returns a list of files and subdirectories within the given 'path'.
|
|
|
|
:see
|
|
>sys
|