FilesGetExecutingPath Method
Gets the real full path of the directory, where the executing application resides.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
public static string GetExecutingPath()
Public Shared Function GetExecutingPath As String
public:
static String^ GetExecutingPath()
static member GetExecutingPath : unit -> string
Return Value
StringThe full path of the directory where the executing application resides.