uce/site/doc/pages/ls.txt
2026-06-16 12:21:31 +00:00

18 lines
293 B
Plaintext

:sig
StringList ls(String path)
:params
path : a filesystem path
return value : list of directory entries
:see
>sys
:content
Returns a list of files and subdirectories within `path`.
This is a simple directory listing helper for filesystem-oriented tasks.
:example
print("ls example\n");