GETENV( ) Function

Returns the contents of the specified MS-DOS environment variable.

GETENV(cVariableName)

Return Value

Character

Parameters

  • cVariableName
    Specifies the name of the environment variable. The empty string is returned if the environment variable you specify doesn't exist.

    You can locate the Windows directory with the WINDIR environmental variable, which Windows sets when it starts.

Remarks

Two environment variables are always available: COMSPEC and PATH. You can create your own environment variables with the command shell SET command.

For additional information on creating environment variables, see the Windows product documentation.

Example

CLEAR
? GETENV('PATH')  && Displays the search path

See Also

Reference

DISKSPACE( ) Function

OS( ) Function

VERSION( ) Function

Other Resources

Functions

Language Reference (Visual FoxPro)