__fs.gdn::list_directory()
List the contents of the specified directory.
import "__fs.gdn" as fs fs::list_directory(Path{ p: "/" })
public fun list_directory(path: Path): Result<List<Path>, String> { __BUILT_IN_IMPLEMENTATION }