public static Boolean Exists(String charName) { lock (m_Locker) { return(GenericUserDAO.AccountablePathExists(GetPath(charName))); } }
public static Boolean ExistsAccount(String accountName) { return(GenericUserDAO.AccountablePathExists(GetPath(accountName))); }