|
Editing Common Search Patters for the Create Virtual Folder Dialog

Purpose
Allows editing of the file-search patterns that appear on the fly out menu to the right of the Patterns: field in the Create Virtual Folder dialog as shown with the default entries below:

| • | Up to twenty patterns can be added to the menu |
| • | To load FileBoss's default patterns, press the Delete All button and then OK to close the dialog. The default patterns will be loaded and will be available for editing the next time the dialog is opened. |
| • | Patterns can have two parts: display and entry. |
| • | The first part of the pattern is displayed on the fly out. |
| • | The second part is loaded into the patterns field when that pattern is selected. |
| • | The two parts are separated by the close chevron character, >. |
| • | If the close chevron is not present in the string, the whole string will be displayed both on the fly out and entered into the field when selected. |
| • | For example the string:
Word (*.doc; *.rtf)>*.doc | *.rtf
would display, Word (*.doc;*.rtf) on the fly out and enter *.doc | *.rtf in the patterns field when selected. |
Sample Entries
You can highlight and then cut and past the following entries when adding new strings. Edited to you're own needs of course.
All
All (*.*)>*.*
Executables
Executables (exe, com, bat)>*.exe | *.com | *.bat
Backup
Backup (*.bak)>*.bak | *.bk! | *.bk1 | *.bk2 | *.bk3 | *.bk4 | *.bk5 | *.bk6 | *.bk7 | *.bk8 | *.bk9
Text
Text (*.txt)>*.txt
Word
Word (*.Doc;...)>*.doc | *.rtf | *.txt | *.dot
Graphics
Graphics (*.bmp;...)>*.bmp | *.gif | *.cgm | *.wpg | *.eps | *.jpg | *.jpeg | *.pic | *.psp | *.png | *.tif | *.tiff | *.mac | *.msp
HTML
HTML>*.htm | *.html | *.htx | *.asp | *.alx | *.stm | *.shtml | *.php | *.pl
Temp
Temp (*.tmp;~*.*)>*.tmp | ~*.*
System
System>*.dll | *.asp
C++
C++>*.c | *.cpp | *.cxx | *.tli | *.h | *.tlh | *.inl | *.rc
Delphi
Delphi (*.pas ...)>*.pas | *.inc | *.bpl | *.dpr | *.dcu | *.dfm | *.cfg | *.dof | *.res | *.dsk | *.drc
Delphi backup
Delphi backup (*.~pas ...)>*.~pas | *.~inc | *.~bpl | *.~dpr | *.~dcu | *.~dfm | *.~cfg | *.~dof | *.~res | *.~dsk | *.~drc
Text Search Exclude
Text Search Exclude>-*.exe | -*.dll | -*.zip | -*.obj | -*.bmp | -*.jpg | -*.gif
Clarion DB
Clarion DB>*.dat | *.k?? | *.mem | *.tps
Clarion Compiler
Clarion Compiler>*.app | *.dct.| *.clw | *.inc | *.equ | *.tpl | *.tpw | *.trn | *.red
Archives
Archives (*.zip...)>*.zip | *.rar |*.tar | *.gz | *.tgz | *.ace | *.jar | *.7z | *.ace | *.arc | *.arj | *.bh | *.cab | *.lha | *.lzh | *.tgz | *.uue | *.war | *.xxe | *.z | *.zoo
Visual Basic (NET)
VB (*.bas...)>*.bas | *.cls | *.vbp | *.frm | *.frx | *.vbw | *.res | *.ctl
Documents
Documents>*.doc | *.txt | *.htm | *.html | *.pdf | *.ps | *.chm | *.hlp | *.rtf
Ref: ID_SCANPOP_02
|