OPERATING_ENVIRONMENT
Used .NET classes
Static methods used
- {PATH}.directory_separator_char
Security notes
Unhandled exceptions
Tricks
- Looked in path_name.c in the runtime source to double check the
expected result for Win32.
- Implemented previous externals as constants to avoid redefinition as there
is no API to call for all the functions except directory_separator_char.
This will have to be investigated further should the emphasis on dotnet be
placed on non Microsoft platforms.