| 
   
     | 
  
   
     
   
   | 
  
   
     
   
   | 
 
version 2003
PA_Get4DPreferencesFolder (folderPath)
| Parameter | Type | Description | |
| folderPath | char * | → | Pointer to a char buffer | 
| ← | Full path of the 4D preferences folder | 
Description
   The routine
   
    
     PA_Get4DPreferencesFolder
    
   
   returns the full pathname of 4D preferences folder to
   
    folderPath
   
   .
  
The plug-in can use this folder to store its own preferences file.
Example
Build a full path to the plug-in preferences file.
   char   path[256];
   PA_Get4DPreferencesFolder( path );
   strcat( path, "PluginPrefs" );
  
   See Also
No reference.
Error Handling
   
  
  always returns
  
   eER_NoErr