TCVcsGetFileListForFolders
Return to Introduction  Previous page  Next page
Internal Only. Returns the list of files contained by the passed folders

Delphi (TCIntf.pas)

function TCVcsGetFileListForFolders( RootID: Cardinal; const Folders, Files: TStrings; Recursive: Boolean ): Boolean;  

Parameters

Name
Description
RootID
ID of the object to search
Folders (In)
List of Folders to search
Files (In/Out)
List to return the located files.
Recursive
True to recursively check subfolders


Return Value

True is successful

Remarks

Reserved for internal use only. Returns a list of filenames contained by ProjectID, but restricted to those contained by the passed Folders.

Exported

function TCVcsGetFileListForFolders( RootID: Cardinal; const pFolders, pFiles: PChar; var Size: Integer; Recursive: Boolean ): Boolean; stdcall;  


 


© 1995-2018 MCN Software