NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Path manipulation functions

Path manipulation functions.

Functions

Function Description Links
mutt_path_abbr_folder() Create a folder abbreviation
mutt_path_basename() Find the last component for a pathname
mutt_path_canon() Create the canonical version of a path
mutt_path_dirname() Return a path up to, but not including, the final '/'
mutt_path_escape() Escapes single quotes in a path for a command string
mutt_path_getcwd() Get the current working directory
mutt_path_realpath() Resolve path, unraveling symlinks
mutt_path_tidy() Remove unnecessary parts of a path
mutt_path_tidy_dotdot() Remove dot-dot-slash from a path
mutt_path_tidy_slash() Remove unnecessary slashes and dots
mutt_path_tilde() Expand '~' in a path
mutt_path_to_absolute() Convert relative filepath to an absolute path