ActionEngineUtilResolveWildcards Method

Resolve any wildcards in the caller's working path and filename.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static List<string> ResolveWildcards(
	string workingPath,
	string filename
)

Parameters

workingPath  String
The base working path to use.
filename  String
The filename that might contain wildcards.

Return Value

ListString
List of resolved filenames identified.

See Also