Functionsยง
- normalize
- Normalize a path, removing things like
.and... - path_
to_ unix_ string - Convert a path to a string using
/as a separator independent of the platform, returningNoneif any of the components are not valid Unicode. - path_
to_ unix_ string_ lossy - Convert a path to a string using
/as a separator independent of the platform, using lossy conversion if necessary.