File? fileFromPath(String? path) { if (path == null) return null; return File.fromUri(Uri.parse(path)); }