always false because web doesn't have access to local files
static Future<bool> fileExists(String path) async { return false; // Web does not have local file access }