FilesGetExecutingPath Method

Gets the real full path of the directory, where the executing application resides.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public static string GetExecutingPath()

Return Value

String
The full path of the directory where the executing application resides.

See Also