Crate hfs_paths [−] [src]
HFS path conversion
Some Mac OS APIs use HFS paths, which use :
as a directory separator and start with a
volume name. This crate provides a function to convert them into standard paths that start
with /
and use /
as a directory separator.
Enums
Error |
Conversion errors |
Functions
convert_path |
Converts the provided HFS path into a standard POSIX path |
Type Definitions
Result |