The Path_ChangeDefault() function changes the default location for tables with a Pathname table series.
Path_ChangeDefault(pathname)
• pathname – A string specifying the alternate pathname. This must be a generic pathname.
The boolean value true.
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.