SyntaxFix
Write A Post
Hire A Developer
Questions
You can get the current Application Path using:
string AssemblyPath = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location).ToString();
Good Luck!