Links are not active on this page.
 _TOOLBOX System Variable

Contains the path and file name for the Visual FoxPro Toolbox. _TOOLBOX specifies the path and file name for the Visual FoxPro Toolbox. This path is usually the Visual FoxPro root directory, and the file name is usually Toolbox.app.

_TOOLBOX = cPath

Parameters

cPath

Specifies the complete path and file name for the Visual FoxPro Toolbox.

Expand imageRemarks

You can specify a path and file name for _TOOLBOX on the File Locations tab in the Options dialog box. For more information, see File Locations Tab, Options Dialog Box.

Expand imageSee Also