FilesystemReadPermission constructor
      
      FilesystemReadPermission(
    
- String path
Create a new filesystem read permission that matches a specific path.
Implementation
FilesystemReadPermission(super.path);Create a new filesystem read permission that matches a specific path.
FilesystemReadPermission(super.path);