Manage the Windows System PATH
Remove the directory from the SYSTEM path
index: where the directory should be placed in the PATH (default: 0)
Example:
'C:\sysinternals':
win_path.absent
Add the directory to the system PATH at index location
index: where the directory should be placed in the PATH (default: None) [Note: Providing no index will append directory to PATH and will not enforce its location within the PATH.]
Example:
'C:\python27':
win_path.exists
'C:\sysinternals':
win_path.exists:
index: 0
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.