FileSystemValidator.this

Creates new FileSystem validator.

This constructor creates a FileSystemValidator that checks only whenever the path points to a existing (or not) item.

  1. this(bool exists)
    class FileSystemValidator
    this
    nothrow pure @safe @nogc
    (
    bool exists
    )
  2. this(FileType type)

Meta