Class: XFolder
The following setup strings can be used the same way as the regular folder setup strings described on the previous page; however, they work only when XFolder is properly installed.
ACCELERATORS={YES|NO|DEFAULT}
Sets for an individual folder whether it will respond to folder hotkeys. This setting corresponds to the one on the "XFolder" notebook settings page. YES or NO will set this setting for this folder no matter what was specified in the global settings, while DEFAULT will set this setting to the global value. See "Folder hotkeys" for details.

ALWAYSSORT={YES|NO|DEFAULT}
Sets for an individual folder whether it will always maintain its sort order. As opposed to the standard WPS folder setup string, XFolder's new interpretation also accepts "DEFAULT" as a parameter, which will reset the setting to what you specified on the "Sort" page in the "System" object.

DEFAULTSORT=crit
This will set the default sort criterion for an individual folder to something different from the global sort criterion. crit may be one of the following:
-1 sort by type
-2 sort by name
-3 sort by object class
-4 sort by file name extension
255 reset to global default sort criterion

Note that depending on the folder sort class, values between 0 and 100 may also be supported. Those values correspond to the indices of object details columns in Details view and are class-specific. Experiment with with the setup string values reported in a folder's settings notebook.

FAVORITEFOLDER={YES|NO}
Sets for an individual folder whether its contents can be viewed from all context menus on your system. This setting corresponds to the one on the "XFolder" notebook settings page. Default is NO. There is no global value for this setting. See "Folder content functions" for details.

FULLPATH={YES|NO|DEFAULT}
Sets for an individual folder whether its full path will be displayed in its window title. This setting corresponds to the one on the "XFolder" notebook settings page. YES or NO will set this setting for this folder no matter what was specified in the global settings, while DEFAULT will set this setting to the global value. See "Full path in window titles" for details.

QUICKOPEN={YES|NO|IMMEDIATE}
Sets for an individual folder whether it will be pre-populated on Desktop startup. This setting corresponds to the one on the "XFolder" notebook settings page. YES or NO will set this setting for this folder. Default is NO. There is no global value for this setting. See "Quick-open folders" for details.

As a special command, QUICKOPEN=IMMEDIATE will populate the folder immediately. This can be used in a REXX script to force population of a folder without having to open it. As a result, QUICKOPEN=IMMEDIATE is no setting, but rather a command to be performed on a folder.

SNAPTOGRID={YES|NO|DEFAULT|EXEC}
Sets for an individual folder whether the "Snap to grid" item will appear in the folder's context menu. This setting corresponds to the one on the "XFolder" notebook settings page. YES or NO will set this setting for this folder no matter what was specified in the global settings, while DEFAULT will set this setting to the global value. EXEC will execute the "Snap to grid" function on the folder, just as if you had selected it from the context menu. EXEC is thus no setting, but a command to be performed on a folder. See "Snap to grid" for details.

SORTFOLDERSFIRST={YES|NO|DEFAULT}
Sets for an individual folder whether folders will always be sorted in first. This setting corresponds to the one on the folder's "Sort" notebook settings page. YES or NO will set this setting for this folder no matter what was specified in the global settings, while DEFAULT will set this setting to the global value.

SORTNOW=crit
This will sort all currently open views of an individual folder without changing a folder's setting (as opposed to DEFAULTSORT). This is not really a "setting", but rather a command to be performed on a folder. crit has the same meaning as with DEFAULTSORT.

STATUSBAR={YES|NO|DEFAULT}
Sets the visibility state for an individual folder status bar. This setting corresponds to the one on the "XFolder" notebook settings page. YES or NO will set this setting for this folder no matter what was specified in the global settings, while DEFAULT will set this setting to the global value. See "Folder status bars" for details.