Howto Pretty Print Paths¶
The filesysobjects.pprint module provides pretty printers for resource addresses. This includes vatious targets formats of string output, including console display, and formats of syntaxes for automated processing such as INI, CONF, JSON, XML, and YAML.
About Source Platform and Target Platform¶
The platform defines the representation syntax of the resource path. E.g. the spf=’win32’ defines the os.pathsep=’;’, and the default os.sep=’\’, while the spf=’posix’ defines the os.pathsep=’:’, and the default os.sep=’/’, the latter category of platforms is e.g. the same for the family of the platforms Linux as spf=’linux’ or spf=’RTE_LINUX’.
For additional details refer to Platform Definitions.