Function std::old_io::fs::lstatUnstable [-] [+] [src]

pub fn lstat(path: &Path) -> IoResult<FileStat>

Perform the same operation as the stat function, except that this function does not traverse through symlinks. This will return information about the symlink file instead of the file that it points to.

Error

See stat