#pragma once namespace os::process { std::filesystem::path GetExecutablePath(); std::filesystem::path GetWorkingDirectory(); bool StartProcess(const std::filesystem::path& path, const std::vector& args, std::filesystem::path work = {}); }