Example #1
0
 private bool CheckAsset(string fileName)
 {
     if (CrossPlatformFile.Exists(GetTemporaryPathFileName(fileName)))
     {
         return(true);
     }
     return(false);
 }
Example #2
0
 private bool CheckAsset(string fileName)
 {
     return(CrossPlatformFile.Exists(this.GetTemporaryPathFileName(fileName)));
 }