Beispiel #1
0
 /// <inheritdoc />
 public override bool FileExists(string localFilePath)
 {
     return(IO_WIN.FileExists(ConvertToSnapshotPath(localFilePath)));
 }