From 381b64faa57263c50a08bd74552855c185ca5fc3 Mon Sep 17 00:00:00 2001 From: dcrawl Date: Sun, 29 Oct 2023 12:54:40 -0300 Subject: [PATCH] Create list_files.md --- docs/API/runtime/list_files.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/API/runtime/list_files.md diff --git a/docs/API/runtime/list_files.md b/docs/API/runtime/list_files.md new file mode 100644 index 0000000..6d13f2a --- /dev/null +++ b/docs/API/runtime/list_files.md @@ -0,0 +1,3 @@ +# list_files + +This function takes in one parameter. The parameter is the directory path and assumes the the game directory is the root. The method returns an Array of String representing all files within the directory. Use stat_file to determine whether a specific path is a file or a directory.