DelphiCodeToDoc
Name
BuildFileList
Parent
TDOCProject
Visibility
PRIVATE
Description
Build a file list filtered with PAS extension
Start is the input directory, and eventually the sub-directories,
it then add all matching files in the FileList.
Source code
function BuildFileList ( RootFolder : TFilename ) : integer
Parameters
Parameter Description RootFolder : TFilename Starting folder to build list from
Return
Types Description INTEGER Number of files found if succesfull, -1 otherwise
DelphiCodeToDoc