FilesystemPermission.writePath constructor

FilesystemPermission.writePath(
  1. String path
)

Allows writing files/directories under the specified path.

Implementation

factory FilesystemPermission.writePath(String path) =>
    FilesystemPermission._(path, false, true, false);