static public void useTestDirectory() { #if DEBUG CmdUtil.displayDebug("Resetting the default db location to " + System.Environment.GetEnvironmentVariable("userprofile") + @"\Poof\"); setHomeDirectory(System.Environment.GetEnvironmentVariable("userprofile") + @"\Poof\"); #endif }
static public void debugMsg(string message) { #if DEBUG CmdUtil.displayDebug(message); #endif }