Text Workbench Online Help Submit feedback on this topic   

Storage Folders Tab

The HandyFile Find And Replace is capable of storing  the back-up copies and processed files in folders other than specified source folder(s). This tab allows to specify rules that the HandyFile will use when creating and copying files.

The tables below describe the tab fields.

Back-up Folder Group

Any of the following options is only applicable if the Create back-ups option is set on the Properties Tab. Otherwise, no backup copies are created.

Field Description
Same as a search folder Default selection. The following rules apply.
  • Back-up files are stored in the same directory as the source files.
  • Back-up files have the extension supplied on the Properties Tab.
  • If the back-up file already exists, it will be overwritten.
  • Files having the extension supplied on the Properties Tab are excluded from search.
Subfolder of a search folder Denotes that the back-up files will be copied to a folder created in the search folder. You can set the folder name in the text field. The following rules apply.
  • The back-up subfolder is created in the root search folder (or folders, if multiple folders are specified).
  • The back-up subfolder structure mirrors the search folder structure recursively.
  • Back-up files do not change the extension; they are simply copied.
  • Back-up folders are excluded from the search.
Other static folder Denotes that the back-up files will be copied to a supplied static folder. The folder path may be a fully qualified path:
c:\My files\Backup
or they may include environment variables:
%WINDIR%\TEMP
  • Back-up files do not change the extension; they are simply copied.
  • Static back-up folders are excluded from the search.

Folder for Processed Files Group

These options control where the processed files are stored. Any of the following options is only applicable if the Find What field is not empty and the Search only option is not checked on the Files and Text Tab - that is, any replacement may have occurred.

Field Description
Same as a search folder Default selection.

Note
The existing files will be overwritten.

Subfolder of a search folder Denotes that the processed files will be stored in a folder created in the search folder. You can set the folder name in the text field. The following rules apply.
  • The target subfolder is created in the root search folder (or folders, if multiple folders are specified).
  • The target subfolder structure mirrors the search folder structure recursively.
  • Target folders are excluded from the search.
This option cannot be used with FTP folders.
Other static folder Denotes that the processed files will be created in a supplied static folder. The folder path may be a fully qualified path:
c:\My files\Backup
or they may include environment variables:
%WINDIR%\TEMP
  • The target subfolder structure mirrors the search folder structure recursively.
  • Static target folders are excluded from the search.

Remarks

General rules for creating names for directories (and files) on the Windows platform include the following:

(Source: Microsoft Developer Network http://msdn.microsoft.com)