[phobos] Feature request: new method for std.file.DirEntry
Lars Tandle Kyllingstad
lars at kyllingen.net
Tue Jan 8 02:04:54 PST 2013
On 08/01/2013 08:02, Peter Williams wrote:
> In the meantime are lstat, stat etc accessible via any of the libraries
> in phobos or do I have to do it the hard way?
Prototypes for the entire POSIX API are provided in druntime, in the
core.sys.posix package. I believe core.sys.posix.sys.stat is the module
you are looking for in this case.
Lars
More information about the phobos
mailing list