different location of RTF files

help file
This commit is contained in:
2009-11-17 20:01:44 +00:00
parent 4660abc0b6
commit e7d6cda035
6 changed files with 1400 additions and 2 deletions

View File

@@ -26,8 +26,8 @@ namespace VEPROMS
}
private string GetDirPath()
{
string rtnstr = Directory.GetCurrentDirectory();
rtnstr += @"\help\";
string rtnstr = Application.StartupPath;
rtnstr += @"\";
return rtnstr;
}