Checks if the file exists.
Future<bool> exists(String path) async => await fileExists(path.replaceSeparator());