SpecFile

Special File (Character or Block Device).

class SpecFile : File {}

Constructors

this
this(Unpacker unpacker)

Construct from msgpack unpacker.

Inherited Members

From File

treeContentId
const(SHA1Digest) treeContentId()

Content Digest of Tree under this Directory.

checkObseleted
bool checkObseleted(DirEntry dent)

Check if this File has been invalidated by dent.

depth
int depth()
depthIterative
int depthIterative()

NOTE: Currently not used.

parentsUpwards
Dir[] parentsUpwards()

Get Parenting Dirs starting from parent of this upto root. Make this even more lazily evaluted.

parents
auto parents()

Get Parenting Dirs starting from file system root downto containing directory of this.

path
string path()
pathRecursive
string pathRecursive()

Meta