VFSFile.this

Constructor to initialize state common for VFSFile implementations.

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

Parameters

pathInParent
Type: string

Path of the file within the _parent.

Meta