Returns true if the file exists.
true
if (FileExists(GetExternalStorageDirectory() + "my_file.txt") { print("my file does exist! Yey!"); }