xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

GetE()

Retrieves an operating system environment variable.

Syntax

GetE( <cEnvVar> ) --> cString

Arguments

<cEnvVar>
A character string with the name of the environment variable to retrieve. The name is not case-sensitive.

Return

GetE() is a short form of GetEnv() and returns the same information.

Info

See also:CurDir(), CurDrive(), File(), GetEnv(), SET DEFAULT, SET PATH
Category: Environment functions
Source:rtl\gete.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe