mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
cleanup
This commit is contained in:
parent
f721cfce7d
commit
ca2c0fb38f
1 changed files with 1 additions and 5 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue