ActionEngineUtilGetFullFoldername Method
Return the fully qualified path of the relatively or fully specified
folder.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static string GetFullFoldername(
string foldername,
bool create = false,
string message = "",
bool quiet = false
)
Public Shared Function GetFullFoldername (
foldername As String,
Optional create As Boolean = false,
Optional message As String = "",
Optional quiet As Boolean = false
) As String
No code example is currently available or this language may not be supported.
- foldername String
-
Relative or absolute name of the folder to retrieve.
- create Boolean (Optional)
-
Value indicating whether the folder can be created if it does not
exist.
- message String (Optional)
-
Message to display with folder name.
- quiet Boolean (Optional)
-
Value indicating whether to suppress messages.
String
Fully qualified path of the specified folder, if found.
Otherwise, an empty string.