Static function
Slow
Package.GetFiles
Gets a list of all files in this package, optionally with filters
Syntax
Package.GetFiles(path_filter = "", extension_filter = "")
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
path_filter
optional
|
string|table | "" |
Path filter |
extension_filter
optional
|
string | "" |
Example: <code>.lua</code> |
Returns
- string[] List of files