winss
|
A directory where each file is an environment variable. More...
#include <environment.hpp>
Public Member Functions | |
EnvironmentDir (fs::path env_dir) | |
Constructor with the environment directory. More... | |
winss::env_t | ReadEnvSource () override |
Gets the environment source as key values. More... | |
![]() | |
virtual std::vector< char > | ReadEnv () |
Reads the environment source into an environment block for CreateProcess. More... | |
virtual | ~Environment () |
Default destructor. More... | |
A directory where each file is an environment variable.
|
explicit |
Constructor with the environment directory.
env_dir | The environment directory. |
|
overridevirtual |
Gets the environment source as key values.
Implements winss::Environment.
References FILESYSTEM, and winss::Utils::SplitString().