[][src]Function palaver::file::fd_path

pub fn fd_path(fd: RawFd) -> Result<PathBuf>

Returns the path of the entry for a particular open file descriptor. On Linux this is /proc/self/fd/{fd}. Doesn't work on Windows.