Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
Component: EnvironmentVariables
Set and query environment variables from operation system.
Version | macOS | Windows | Linux | Server | iOS SDK |
5.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
EnvironmentVariables.ClearValue Clears a variable by removing it from the environment. | All 5.1 |
EnvironmentVariables.Count Queries number of environment variables. | All 5.1 |
EnvironmentVariables.Name Queries name of environment variable with given index. | All 5.1 |
EnvironmentVariables.Names Queries list of environment variable names. | All 5.1 |
EnvironmentVariables.SetValue Sets an environment variable. | All 5.1 |
EnvironmentVariables.Value Queries value of an environment variable. | All 5.1 |
6 functions shown.
These functions are free to use.
Release notes
- Version 8.0
- Fixed EnvironmentVariables.Names to not crash on Linux.
Blog Entries
Example Databases
