<-- Previous || Up || Next -->

Get DOS Path Property
Basic Extensions Class

Public Property Get GetDOSPath( _
    ) As String

Returns the current value of the DOS "PATH" Environment setting.
The DOS PATH is the list of directories where DOS (and Windows) will search for executable files when no absolute path is specified.

Example:
    GetDOSPath = "D:\WIN;D:\WIN\COMMAND;C:\DOS"
See also:
    EnvironToVariantVector Function
    WindowsAPI Class
    Environ Function (Visual Basic)
Return value: The value portion of the DOS PATH setting is returned, or an empty String is returned if no DOS PATH setting has been defined (this is rare).

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.