GetFilesInDirectory: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.5.0}} {{FuncDescription|Gets the files in a specific directory.}} {{FuncSyntax|GetFilesInDirectory(Path, bRecursive)}} {{FuncParameters}} {{FuncPar..." |
(No difference)
|
Latest revision as of 16:37, 30 June 2021
Description
Gets the files in a specific directory.
Syntax
GetFilesInDirectory(Path, bRecursive)
Parameters
- Path
Path as a string from where to get the file names. - bRecursive
Whether to get files form subdirectores as well. Default: false
Return Value
- Returns the file names in a table.