ActionEngineUtilGetFullFoldername Method

Return the fully qualified path of the relatively or fully specified folder.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static string GetFullFoldername(
	string foldername,
	bool create = false,
	string message = "",
	bool quiet = false
)

Parameters

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.

Return Value

String
Fully qualified path of the specified folder, if found. Otherwise, an empty string.

See Also