paths module

class PathValidator[source][source]

Bases: object

A simpler and easier way to view the PATH env var on Windows.

Work with Unix as well.

Todo

Reassigning the var programatically.

Do we have to escape all the folders with white space like C:\Program Files\ and their ilk?

__init__()[source][source]
property OS[source][source]
property path[source][source]

Break the path up into a list and replace the double back slashes.

class ListDir[source][source]

Bases: object

property cwd[source][source]
property chdir[source][source]