HOME LINKS SAL PUBLIC SOFTWARE SEARCH MADE UP

SAGATOR



fusefs()
  Fuse filesystem with antivirus checking.
  
  This service can be used to check filesystem access for viruses.
  
  Usage: fusefs(SCANNERS, mountpoint, root_path='/')
  
  Where: mountpoint is a string, which defines an directory, where files
           will be accessed.
         root_path is a path, which files will real files.
  
  Example: fusefs(SCANNERS, '/home', '/realhome')
  
  New in version 0.8.0.