MetroIde.Helpers.VariousFunctions.GetApplicationLocation C# (CSharp) 메소드

GetApplicationLocation() 공개 정적인 메소드

Gets the parent directory of the application's exe
public static GetApplicationLocation ( ) : string
리턴 string
        public static string GetApplicationLocation()
        {
            return Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location) + "\\";
        }