clsSearchFilesAL.SearchInPathAL FunctionSearches in the specified path for every file/folder contained; returns a cArrayList of [clsSearchFilesFInfo] objectsSyntax
Public Function SearchInPathAL (ByVal sPath As String, _
Optional ByVal iSearchWhat As eSearchFilesWhat = esfw_all, _ Optional ByVal bRecurseSubDirs As Boolean = False, _ Optional ByVal bAsync As Boolean = False, _ Optional ByVal bReturnThisAndBaseDirs As Boolean = False, _ Optional ByVal lMaxResults As Long = -1&, _ Optional ByVal bHierarchicalCollection As Boolean = False) As cArrayList Parameters
Remarks
|