Adds source files matching file mask pattern
Source position: fpmkunit.pp line 920
public procedure TSources.AddSrcFiles( |
const AFileMask: string; |
const ASearchPathPrefix: string; |
Recursive: Boolean = False |
); |
AFileMask |
|
File mask pattern for matching source files |
ASearchPathPrefix |
|
Path prefix for source file search operations |
Recursive |
|
Whether to search subdirectories recursively |
Searches for and adds source files that match the specified file mask pattern to the source collection.
This method provides a convenient way to add multiple source files at once using wildcard patterns for file selection.