We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d201c81 commit 15386dcCopy full SHA for 15386dc
library/std/src/fs.rs
@@ -1930,6 +1930,8 @@ pub fn read_link<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> {
1930
/// Ok(())
1931
/// }
1932
/// ```
1933
+#[doc(alias = "realpath")]
1934
+#[doc(alias = "GetFinalPathNameByHandle")]
1935
#[stable(feature = "fs_canonicalize", since = "1.5.0")]
1936
pub fn canonicalize<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> {
1937
fs_imp::canonicalize(path.as_ref())
0 commit comments