Garden 🌻

__fs.gdn::list_directory

List the contents of the specified directory.

import "__fs.gdn" as fs
fs::list_directory(Path{ p: "/" })
Source Codepublic fun list_directory(path: Path): Result<List<Path>, String> {
  __BUILTIN_IMPLEMENTATION
}