VFSFile.this

Constructor to initialize state common for VFSFile implementations.

  1. this(VFSDir parent, string pathInParent)
    class VFSFile
    protected @safe nothrow
    this
  2. this(string absolutePath)

Parameters

pathInParent string

Path of the file within the _parent.

Meta