Returns true if any file or directory exists at path.
path
bool existsSync(String path) { return FileSystemEntity.typeSync(path) != FileSystemEntityType.notFound; }