mutapath.Path.expand
- Path.expand()[source]
Clean up a filename by calling
expandvars(),expanduser(), andnormpath()on it.This is commonly everything needed to clean up a filename read from a configuration file, for example.
Clean up a filename by calling expandvars(),
expanduser(), and normpath() on it.
This is commonly everything needed to clean up a filename read from a configuration file, for example.