Dirent.writable_

If true, the file or directory must be writable by the tool. Changes to the file or directory must be isolated and not visible by any other CommandLineTool process. This may be implemented by making a copy of the original file or directory. Default false (files and directories read-only by default). A directory marked as writable: true implies that all files and subdirectories are recursively writable as well.

class Dirent
Either!(None, bool) writable_;

Meta