Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FilePermission

Index

Enumeration Members

Enumeration Members

Readonly: 1

The file is readonly.

Note: All FileStat from a FileSystemProvider that is registered with the option isReadonly: true will be implicitly handled as if FilePermission.Readonly is set. As a consequence, it is not possible to have a readonly file system provider registered where some FileStat are not readonly.