mutapath.MutaPath.posix_string

MutaPath.posix_string()str[source]

Get this path as string with posix-like separators (i.e., ‘/’).

Example

>>> Path("\home\\doe/folder\sub").with_poxis_enabled()
'/home/joe/doe/folder/sub'