Path_ChangeDefault()

Examples


The Path_ChangeDefault() function changes the default location for tables with a Pathname table series.

Syntax

Path_ChangeDefault(pathname)

Parameters

pathname A string specifying the alternate pathname. This must be a generic pathname.

Return value

The boolean value true.

Comments

By default, tables in the Pathname series are stored in the same location as the application dictionary. Some Dexterity applications use the defaults file to store the path to tables in the Pathname series and use the Path_ChangeDefault() function to specify the location. The Defaults_Write() and Defaults_Read() functions are used to store a pathname in the Dexterity defaults file.


Documentation Feedback