| Icon | Member | Description |
|---|---|---|
| AddStrings(array<String>[]()[]) |
Adds a list of paths to the filelist.
The items are initialized to be unchecked. It is assumed that the paths do not contain
duplicates. If you want pass a filelist that may contain duplicates, use the
method.
| |
| AddStrings(array<String>[]()[], Boolean) |
Adds a list of paths to the filelist. It is assumed that the paths do not contain
duplicates. If you want pass a filelist that may contain duplicates, use the
method.
| |
| AddStrings(array<String>[]()[], Boolean, Boolean) |
Adds a list of paths to the filelist. It is assumed that the paths do not contain
duplicates. If you want to pass a filelist that may contain duplicates, use the
method.
|