pathFileStatGet

fnErrno pathFileStatGet(Fd fd, LookupFlags flags, const(char) * path, Size pathLen, FileStat * fileStatOut) extern(C) nothrow @nogc @wasi @importName("path_filestat_get")

Return the attributes of a file or directory.

Note

This is similar to stat in POSIX.