Concept Framework 1.0 documentation Contents | Index

standard.net.curl.curl_getenv

Name Version Deprecated
curl_getenv version 1.0 no

Prototype:
string curl_getenv(string name)

Parameters:
name      the environment variable name

Description:
Return value for environment name.

curl_getenv() is a portable wrapper for the getenv() function, meant to emulate its behaviour and provide an identical interface for all operating systems libcurl builds on (including win32).

Returns:
If successful, curl_getenv() returns a pointer to the value of the specified environment. When curl_getenv fails to find the specified name, it returns an empty string.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:09 2009 GMT(c)2009 RadGs Software