This commit is contained in:
Wesley Hofman
2025-08-29 17:28:56 +02:00
parent 6a44bd4fd2
commit 07753f3984
26 changed files with 220 additions and 92 deletions

View File

@@ -129,19 +129,10 @@ namespace Maser.Feanor.Model
{
get
{
// \\silicium\projects\2008\P080104\sub1
// Z:\projects\2008\P080104\sub1
Int32 Year = (Int32)Math.Floor((double)_ProjectID / 10000) + 2000;
return String.Format("\\\\silicium\\projects\\{0}\\P{1:000000}\\sub{2}", Year, _ProjectID, _SubProject);
return String.Format("Z:\\projects\\{0}\\P{1:000000}\\sub{2}", Year, _ProjectID, _SubProject);
}
}
}
}