FilesystemPermission constructor
FilesystemPermission(
- String path
Create a new filesystem permission that matches a specific path. The path should be absolute. If relative, it will be resolved relative to the current working directory at permission creation time.
Implementation
FilesystemPermission(String path) : allowedPath = normalizePath(path);