fstatat

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int fstatat(int dirfd, const(char)* pathname, stat_t* statbuf, int flags)
  2. int fstatat(int dirfd, const(char)* pathname, stat_t* statbuf, int flags)
  3. int fstatat(int dirfd, const(char)* pathname, stat_t* statbuf, int flags)
    version(Posix && !OSX)
    @safe extern (C) @safe nothrow @nogc
    static if(!is(typeof(fstatat)))
    int
    fstatat
    (
    int dirfd
    ,
    const(char)* pathname
    ,
    stat_t* statbuf
    ,
    int flags
    )

Meta