styx2000.extrautil.mischelpers

This module contains a set of various useful helpers for miscellaneous stuff.

Members

Functions

createQid
auto createQid(DirEntry de)

Create Qid object from DirEntry

createQid
auto createQid(string path)

Convenient helper for creating Qid from path string

createStat
auto createStat(DirEntry de, ushort type, ushort dev, string uid, string gid, string muid)

Create Stat object from DirEntry

createStat
auto createStat(string path, ushort type, ushort dev, string uid, string gid, string muid)

Convenient helper for creating Stat object from path string

Meta

Authors

Oleg Bakharev, Ilya Pertsev