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