ActionEngineUtilResolveFilename Method
Resolve the supplied path and filename to return all files that match
that name, including wildcards.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static List<FileInfo> ResolveFilename(
string fullFilename,
bool create
)
Public Shared Function ResolveFilename (
fullFilename As String,
create As Boolean
) As List(Of FileInfo)
No code example is currently available or this language may not be supported.
- fullFilename String
-
The full filename to parse.
- create Boolean
-
Value indicating whether the file will be created if it doesn't yet
exist.
ListFileInfo
List of existing files found.
This method does not distinguish a difference between a file and a
directory. That is left to the calling procedure.