Method _Stdio.Fd()->statat()


Method statat

Stat statat(string path, void|bool symlink)

Description

Get status for a file relative an open directory.

This function returns the same information as the function file_stat(), but relative to the file it is called in. If file is not an open file, 0 (zero) is returned. Zero is also returned if file is a pipe or socket.

Returns

See file_stat() for a description of the return value.

Note

Not available on all architectures.

Note

The symlink mode may not be available. In which case an error will be thrown if the operation is attempted.

See also

file_stat(), stat(), openat(), unlinkat()