Document file path case sensitivity
This commit is contained in:
parent
e5038e2099
commit
d8832425fc
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
||||||
//! [`PathBuf`]; note that the paths may differ syntactically by the
|
//! [`PathBuf`]; note that the paths may differ syntactically by the
|
||||||
//! normalization described in the documentation for the [`components`] method.
|
//! normalization described in the documentation for the [`components`] method.
|
||||||
//!
|
//!
|
||||||
|
//! ## Case sensitivity
|
||||||
|
//!
|
||||||
|
//! Unless otherwise indicated path methods that do not access the filesystem,
|
||||||
|
//! such as [`Path::starts_with`] and [`Path::ends_with`], are case sensitive no
|
||||||
|
//! matter the platform or filesystem. An exception to this is made for Windows
|
||||||
|
//! drive letters.
|
||||||
|
//!
|
||||||
//! ## Simple usage
|
//! ## Simple usage
|
||||||
//!
|
//!
|
||||||
//! Path manipulation includes both parsing components from slices and building
|
//! Path manipulation includes both parsing components from slices and building
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue