ReflectionHelperAddCurrentPath Method

Adds the current path to a file name.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static string AddCurrentPath(
	string fileName = ""
)

Parameters

fileName  String  (Optional)
The file name to use.

Return Value

String
The full file name, or if no file name is supplied, the executing path is returned.

See Also