ReflectionHelperAddCurrentPath Method
Adds the current path to a file name.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public static string AddCurrentPath(
string fileName = ""
)
- fileName String (Optional)
- The file name to use.
StringThe full file name, or if no file name is supplied, the executing path is returned.