Finds new files belonging to specified categories from under root (subdirectories optional) to the document list

C# | Visual Basic | Visual C++ |
public ArrayList Import( bool isRecursive, ArrayList targetMatches, ArrayList noRecurseMatches )
Public Function Import ( _ isRecursive As Boolean, _ targetMatches As ArrayList, _ noRecurseMatches As ArrayList _ ) As ArrayList
public: ArrayList^ Import( bool isRecursive, ArrayList^ targetMatches, ArrayList^ noRecurseMatches )

- isRecursive (Boolean)
- Subdirectories will be recursively browsed too
- targetMatches (ArrayList)
- Pattern specification for including files
- noRecurseMatches (ArrayList)
- Pattern specification for ignoring files

Collection of strings of imported Urls