CommonCode.AllFilesInFolder.AllFilesInFolders
From VbGORE Visual Basic Online RPG Engine
Contents |
Purpose
Returns a string array of all the files found in a folder.
Parameters
- sFolderPath
- The complete file path to the folder to be checked (ie: "C:\MyFolder\").
- bWithSubFolders
- If true, sub-folders (ie: "C:\MyFolder\Sub1\") will also be checked.
Special notes
None