Determines whether file exists on disk.
Future<bool> exists() => isWindows ? WindowsPath(_string).exists() : UnixPath(_string).exists();