Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSources.AddDocFiles

Adds documentation files matching file mask pattern

Declaration

Source position: fpmkunit.pp line 919

public procedure TSources.AddDocFiles(

  const AFileMask: string;

  const ASearchPathPrefix: string;

  Recursive: Boolean = False;

  AInstallSourcePath: string = ''

);

Arguments

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

Description

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.


Documentation generated on: Dec 15 2025