From 2ea2bb5bcd96045f1bd6cb4c3d8b8416dbaa05dc Mon Sep 17 00:00:00 2001 From: Roy Date: Tue, 26 Dec 2017 21:16:15 +0200 Subject: MERGE --- Software/Visual_Studio/Tango.Core/Helpers/PathHelper.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Software/Visual_Studio/Tango.Core') diff --git a/Software/Visual_Studio/Tango.Core/Helpers/PathHelper.cs b/Software/Visual_Studio/Tango.Core/Helpers/PathHelper.cs index 00c785ac0..63487fe1b 100644 --- a/Software/Visual_Studio/Tango.Core/Helpers/PathHelper.cs +++ b/Software/Visual_Studio/Tango.Core/Helpers/PathHelper.cs @@ -20,6 +20,11 @@ namespace Tango.Core.Helpers return tempDirectory; } + public static String GetStartupPath() + { + return AppDomain.CurrentDomain.BaseDirectory; + } + public static bool TryDeleteFolder(String path) { try -- cgit v1.3.1