ActionEngineUtilEnumerateFilesAndDirectories Method
Enumerate through files and directories to return a list of fully
qualified files, given a solid base path and a search pattern that
can include a combination of file and directory names.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static List<string> EnumerateFilesAndDirectories(
string directoryPath,
string searchPattern
)
Public Shared Function EnumerateFilesAndDirectories (
directoryPath As String,
searchPattern As String
) As List(Of String)
No code example is currently available or this language may not be supported.
- directoryPath String
-
Base directory path from where the search will start.
- searchPattern String
-
Search pattern containing wild cards.
ListString
Reference to a list of file and folder paths matching the provided
search pattern.