예제 #1
0
 internal bool ProfileExists(string profile)
 {
     lock (Config.SyncRoot) {
         string path = loader.GetProfilePath(profile);
         return(System.IO.File.Exists(path));
     }
 }