Class VirusCheckingFS


  • public class VirusCheckingFS
    extends FilterFileSystemProvider
    Acts like a virus checker on Windows, where random programs may open the files you just wrote in an unfriendly way preventing deletion (e.g. not passing FILE_SHARE_DELETE) or renaming or overwriting etc. This is more evil than WindowsFS which just prevents deletion of files you still old open.
    • Constructor Detail

      • VirusCheckingFS

        public VirusCheckingFS​(FileSystem delegate,
                               long salt)
        Create a new instance, wrapping delegate.