ListAllFiles: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 July 2024

  • curprev 09:5109:51, 29 July 2024Xenius talk contribs 1,691 bytes +45 No edit summary
  • curprev 09:4809:48, 29 July 2024Xenius talk contribs 1,646 bytes −120 →‎Code
  • curprev 09:4809:48, 29 July 2024Xenius talk contribs 1,766 bytes +1,766 Created page with "{{Useful Function}} __NOTOC__ This function lists all files and subdirectories within a given directory and its subdirectories. ==Syntax== <syntaxhighlight lang="lua">table listAllFiles ( string dirPath )</syntaxhighlight> ===Required Arguments=== * '''dirPath''': The string path of the directory to list files from. ===Returns=== Returns a table containing the paths of all files in the given directory and its subdirectories. ==Code== <syntaxhighlight lang="lua"> func..."