Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.Logging/LoggingConstants.cs 2014/04/15 15:58:50 814 +++ trunk/RomCheater.Logging/LoggingConstants.cs 2014/04/15 18:07:36 819 @@ -21,7 +21,7 @@ #region Application Constants public const string AppName = "RomCheater"; public static string AppLogFile = string.Format("{0}.log", AppName); - public static string AppFullLogPath = string.Format("{0}{1}", Application.StartupPath, AppLogFile); + public static string AppFullLogPath = string.Format(@"{0}\{1}", Application.StartupPath, AppLogFile); public static string AppVersion = Assembly.GetEntryAssembly().GetName().Version.ToString(); #if DEBUG public const string AppBuild = "Debug";
ViewVC Help | |
Powered by ViewVC 1.1.22 |