List all files in current (or specified) directory. Maps to: ls
ls
Returns list of names (directories end with /).
/
List<String> ls([String? path]);