System::IO::Directory::GetDirectories method
Contents
[
Hide
]Directory::GetDirectories method
Searches for the directories that satisfy the specified search criteria either in the specified directory or in the whole directory tree rooted in the specified directory.
static ArrayPtr<String> System::IO::Directory::GetDirectories(const String &path, const String &searchPattern=u"*", SearchOption searchOption=SearchOption::TopDirectoryOnly)
Parameter | Type | Description |
---|---|---|
path | const String& | Full or relative path to the directory to search in |
searchPattern | const String& | The name pattern of the directories to search for |
searchOption | SearchOption | Specifies whether the search has to be performed in the specified directory only or in the whole directory tree rooted in the specified directory |
ReturnValue
An array of full paths of the found directories whose names match searchPattern
See Also
- Typedef ArrayPtr
- Class String
- Enum SearchOption
- Class Directory
- Namespace System::IO
- Library Aspose.TeX for C++