Bases: Enum
The behavior to use when modifying the PATH environment variable.
Prepend will add the new path to the beginning of the PATH variable.
Append will add the new path to the end of the PATH variable.
Replace will replace the entire PATH variable with the new path.