liorda / editenv

Windows DLL that provides easy to use functions for editing environment variables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a DLL for Windows that exports a class and a number of functions that
provide easy access to environment variables. This includes reading, writing,
creating, and deleting variables.

These functions modify the non-volatile environment variables that are stored
in the system registry.

See the editenv.h and EnvVar.hpp header files for API documentation.

About

Windows DLL that provides easy to use functions for editing environment variables.


Languages

Language:C++ 98.5%Language:C 1.5%