This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
CS
ServerStructureFolderName

ServerStructureFolderName  


 

 

/ Preferences4D / BuildApp / CS / ServerStructureFolderName

Custom name of the server cache folder.

Allows to define a custom name for the cache folder of the merged server application. The defined string must comply with OS requirements regarding folder names.

The cache folder of the merged server application is created in the Active 4D Folder of the application, within the merged application folder.  

If this key is not used, by default the cache folder name is the same as the merged application name. In some cases, you might want to use a separate cache for each server. For more information, see Customizing client and/or server cache folder names.

Example  

<Preferences4D>
 <BuildApp>
   <CS>
    <ServerStructureFolderName>MyCache_v1</ServerStructureFolderName>
   </CS>
 </BuildApp>
</Preferences4D>



See also 

ClientServerSystemFolderName

 
PROPERTIES 

Product: 4D
Theme: CS

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v18 R5

 
ARTICLE USAGE

4D XML Keys BuildApplication ( 4D v19)