Ejemplo n.º 1
0
 public static bool Exists(string fileName, FolderPaths path)
 {
     return(System.IO.File.Exists(UnityFile.GetFolderPath(path) + "/" + fileName));
 }