ActionEngineUtilResolveWildcards Method
Resolve any wildcards in the caller's working path and filename.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static List<string> ResolveWildcards(
string workingPath,
string filename
)
Public Shared Function ResolveWildcards (
workingPath As String,
filename As String
) As List(Of String)
No code example is currently available or this language may not be supported.
- workingPath String
-
The base working path to use.
- filename String
-
The filename that might contain wildcards.
ListString
List of resolved filenames identified.