Bounce.LevelEditor.Editor.CurrDirHack C# (CSharp) Method

CurrDirHack() public static method

Returns up through "Content folder
public static CurrDirHack ( ) : string
return string
        public static string CurrDirHack()
        {
            return (Directory.GetCurrentDirectory()).Replace("bin\\x86\\Debug", "Content").Replace("bin\\x86\\Release", "Content");
        }