Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ unsetenv_
Function
unsetenv_
test/operations_test.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
inline void unsetenv_(const char* name)
84
{
85
SetEnvironmentVariableW(convert(name).c_str(), 0);
86
}
87
88
//! Sets read-only attribute on a file
89
inline void set_read_only(fs::path const& p)
Callers
2
~previous_value
Method · 0.85
guarded_env_var
Method · 0.85
Calls
2
convert
Function · 0.70
c_str
Method · 0.45
Tested by
no test coverage detected