mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
cleanup
This commit is contained in:
@@ -25,11 +25,7 @@ namespace ICD.Common.Utils
|
|||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public static string ProgramPath
|
public static string ProgramPath
|
||||||
{
|
{
|
||||||
get
|
get { return IcdDirectory.GetApplicationDirectory(); }
|
||||||
{
|
|
||||||
string directoryName = string.Format("Program{0}", ProgramUtils.ProgramNumber);
|
|
||||||
return Join(RootPath, directoryName);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user