|
Function exactly like GetFiles, except that only directories matching the filter are returned. -
Parameters:
-
in_Filter |
The filename to search for (can include wildcards). |
out_pFiles |
Pointer to an array of strings to append the full paths of directories matched to in_Filter in this object's search paths. The strings added to this array must be freed by the caller. |
Possible returns: - SI_SUCCESS - The command was successful.
-
See also:
-
CSIBCSearchPath::GetFiles , CSIBCSearchPath::Search , CSIBCSearchPath::AddPath , CSIBCSearchPath::GetPaths
|