FilesystemPermission.executePath constructor

FilesystemPermission.executePath(
  1. String path
)

Allows executing files under the specified path.

Implementation

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