Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199201.adf » January92 » !AWJan92/Goodies/FindDir/!FindDir/ReadMe
!AWJan92/Goodies/FindDir/!FindDir/ReadMe
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199201.adf » January92 |
Filename: | !AWJan92/Goodies/FindDir/!FindDir/ReadMe |
Read OK: | ✔ |
File size: | 17FC bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!FindDir ________ !FindDir is a utility which can be used in addition to the standard Filer to help the user find directories and files. Clicking on the !FindDir icon on the icon bar will display two windows, the !FindDir window allows the user to specify what to search for and on what drives to search, the found window displays all the files and directories found. Setup _____ To setup !FindDir for your machine you must first specify the drives your machine has (upto 4, 2 floppies and 2 harddiscs). To change a particular drive from its default click on the name and type the name of your drive, for floppies specify the drive by its drive number i.e ":0" or ":1" (and not "adfs::0"), this is because !FindDir automatically finds the disc name of any floppy disc. N.B. only ADFS floppy drives may be specified (the technical reason is that !FindDir has to use an ADFS specific SWI to find the disc name). The hard disc drives are specified in the bottom two entries of drive names. Specifying hard disc drives is slightly different to floppy drives as you must specify the full spec of the drive including filing system. This should allow not only ADFS hard discs but also SCSI and IDE drives to be specified (though this hasn't been tested). Once you have specified your drives use the 'Save drives' button to save them as default drives on startup. To search on a particular disc for the first time (ever) you must first 'Scan' the disc. To do this click on the radio button next to the drive to scan (so that the button is 'on') and then click on the 'Scan' button. This creates a file called 'fdat' which holds the directory structure for that disc (this is done to speed up file and directory searches). A disc should also be 'Scan'ed if you add, delete or rename directories on that disc. N.B. Don't scan too many discs in one go, as every eight new disc added will crash your machine if you scan it (see DevNotes) due to a bug in C. Searching _________ To find files or directories enter a specification full or partial in the 'Find:' box and then click on the 'Find file' or 'Find dir'. To select which drives to search on click set the radio buttons next to the drives to 'on'. The way !FindDir compares the specification with each file or directory depends on the way the match switches are setup. EXACT MATCH - only files/dirs which exactly match the spec are included. COMPLETE MATCH - if all the characters in the spec match the leading characters in the file/dir name then they are included i.e. spec 'example' will match 'example' and 'example2' but not 'exam'. ROUGH MATCH - if one or more leading characters in the file/dir name match the spec then they are included i.e. spec example will match 'example2' and 'exam' but not 'docs'. N.B. a trailing '*' in the spec behaves in the same way as in RISC OS i.e as a wildcard in 'exam*'. !FindDir however does not recognize '*' anywhere else like '*ple', this will act the same as '*'. '*' can override the match switches. There are also two other switches which can be used to help the user do specific searches or compound searches. SEARCH FOR FILE IN SUBDIR - !FindDir will only search in sub-directories which match the spec entered. N.B. trailing '*' can be used such as 'C*' which will only look for files in directories whose names start with'C'. ADD TO SELECTION - This is a very powerful option to do compound searches. This means that subsequent searches wether for files or directories are added to the current set of found files & directories. It is also very useful for displaying the tree structure of the drives. To show the tree of a drive do 'Find file *' and then set the 'add to selection' switch to on. Then do 'Find dir *' and go to 'found' window and from the menu select 'tree display' (in the display submenu). The tree display will be familiar to DOS users where it is used in may utilities. Found files & directories _________________________ The 'Found' window shows all the files and directories which have been found. In some repects it is similar to Filer especially in the manner in which files and applications are loaded. To run or load a file yopu can either double click on the file icon or if it is a data file you can drag to the application you want it to load. There are some important differences however: - You cannot drag a file to a Filer window to copy or move it there. - You also cannot drag from Filer or the Save window of an application to the found window. The Found window also has a menu which is very similar to Filer in that it allows you to change display options, manipulate selections, set options and count the size of files. In addition to the Filer like functions thre are some extra features which are outlined below. DISPLAY MENU Sort by match - if you select files/directories with rough match on, this sorts the found window by how closely they match the original spec. Sort by path - this sorts the found window by the path name of the file/directory (automaticallly set with tree display so that files are shown below the directory they belong to). Tree display - this displays all files and directories as a tree by indentation (see Add to selection above). This is especially useful for showing visually which files are in which directories. To do this do 'Find Dir *', then turn the 'Add to selection' switch on, and then use 'Find files' to specify the file you wish. Then select 'Tree display' from the menu in the found menu. Refresh icons - By default !FindDir does not load application icons as this could slow down the program a great deal. You can load particular icons by clicking on its !boot file or opening its parent directory (thus opening a Filer window) which will load all its !boot files. !FindDir however will not know that new icons have been loaded so the 'Refresh icons' will update the icons in the found window. SELECTION MENU Stamp - This will *Stamp the selected files Remove - This will remove the selected files/directories from the found window, it does not delete files or directories.
00000000 0a 20 21 46 69 6e 64 44 69 72 0a 20 5f 5f 5f 5f |. !FindDir. ____| 00000010 5f 5f 5f 5f 0a 0a 20 21 46 69 6e 64 44 69 72 20 |____.. !FindDir | 00000020 69 73 20 61 20 75 74 69 6c 69 74 79 20 77 68 69 |is a utility whi| 00000030 63 68 20 63 61 6e 20 62 65 20 75 73 65 64 20 69 |ch can be used i| 00000040 6e 20 61 64 64 69 74 69 6f 6e 20 74 6f 20 74 68 |n addition to th| 00000050 65 20 73 74 61 6e 64 61 72 64 20 46 69 6c 65 72 |e standard Filer| 00000060 0a 74 6f 20 68 65 6c 70 20 74 68 65 20 75 73 65 |.to help the use| 00000070 72 20 66 69 6e 64 20 64 69 72 65 63 74 6f 72 69 |r find directori| 00000080 65 73 20 61 6e 64 20 66 69 6c 65 73 2e 20 43 6c |es and files. Cl| 00000090 69 63 6b 69 6e 67 20 6f 6e 20 74 68 65 20 21 46 |icking on the !F| 000000a0 69 6e 64 44 69 72 20 69 63 6f 6e 0a 6f 6e 20 74 |indDir icon.on t| 000000b0 68 65 20 69 63 6f 6e 20 62 61 72 20 77 69 6c 6c |he icon bar will| 000000c0 20 64 69 73 70 6c 61 79 20 74 77 6f 20 77 69 6e | display two win| 000000d0 64 6f 77 73 2c 20 74 68 65 20 21 46 69 6e 64 44 |dows, the !FindD| 000000e0 69 72 20 77 69 6e 64 6f 77 20 61 6c 6c 6f 77 73 |ir window allows| 000000f0 20 74 68 65 0a 75 73 65 72 20 74 6f 20 73 70 65 | the.user to spe| 00000100 63 69 66 79 20 77 68 61 74 20 74 6f 20 73 65 61 |cify what to sea| 00000110 72 63 68 20 66 6f 72 20 61 6e 64 20 6f 6e 20 77 |rch for and on w| 00000120 68 61 74 20 64 72 69 76 65 73 20 74 6f 20 73 65 |hat drives to se| 00000130 61 72 63 68 2c 20 74 68 65 20 66 6f 75 6e 64 0a |arch, the found.| 00000140 77 69 6e 64 6f 77 20 64 69 73 70 6c 61 79 73 20 |window displays | 00000150 61 6c 6c 20 74 68 65 20 66 69 6c 65 73 20 61 6e |all the files an| 00000160 64 20 64 69 72 65 63 74 6f 72 69 65 73 20 66 6f |d directories fo| 00000170 75 6e 64 2e 0a 0a 0a 20 53 65 74 75 70 0a 20 5f |und.... Setup. _| 00000180 5f 5f 5f 5f 0a 0a 20 54 6f 20 73 65 74 75 70 20 |____.. To setup | 00000190 21 46 69 6e 64 44 69 72 20 66 6f 72 20 79 6f 75 |!FindDir for you| 000001a0 72 20 6d 61 63 68 69 6e 65 20 79 6f 75 20 6d 75 |r machine you mu| 000001b0 73 74 20 66 69 72 73 74 20 73 70 65 63 69 66 79 |st first specify| 000001c0 20 74 68 65 20 64 72 69 76 65 73 20 79 6f 75 72 | the drives your| 000001d0 0a 6d 61 63 68 69 6e 65 20 68 61 73 20 28 75 70 |.machine has (up| 000001e0 74 6f 20 34 2c 20 32 20 66 6c 6f 70 70 69 65 73 |to 4, 2 floppies| 000001f0 20 61 6e 64 20 32 20 68 61 72 64 64 69 73 63 73 | and 2 harddiscs| 00000200 29 2e 20 54 6f 20 63 68 61 6e 67 65 20 61 20 70 |). To change a p| 00000210 61 72 74 69 63 75 6c 61 72 0a 64 72 69 76 65 20 |articular.drive | 00000220 66 72 6f 6d 20 69 74 73 20 64 65 66 61 75 6c 74 |from its default| 00000230 20 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 6e 61 | click on the na| 00000240 6d 65 20 61 6e 64 20 74 79 70 65 20 74 68 65 20 |me and type the | 00000250 6e 61 6d 65 20 6f 66 20 79 6f 75 72 20 64 72 69 |name of your dri| 00000260 76 65 2c 0a 66 6f 72 20 66 6c 6f 70 70 69 65 73 |ve,.for floppies| 00000270 20 73 70 65 63 69 66 79 20 74 68 65 20 64 72 69 | specify the dri| 00000280 76 65 20 62 79 20 69 74 73 20 64 72 69 76 65 20 |ve by its drive | 00000290 6e 75 6d 62 65 72 20 69 2e 65 20 22 3a 30 22 20 |number i.e ":0" | 000002a0 6f 72 20 22 3a 31 22 20 28 61 6e 64 20 6e 6f 74 |or ":1" (and not| 000002b0 0a 22 61 64 66 73 3a 3a 30 22 29 2c 20 74 68 69 |."adfs::0"), thi| 000002c0 73 20 69 73 20 62 65 63 61 75 73 65 20 21 46 69 |s is because !Fi| 000002d0 6e 64 44 69 72 20 61 75 74 6f 6d 61 74 69 63 61 |ndDir automatica| 000002e0 6c 6c 79 20 66 69 6e 64 73 20 74 68 65 20 64 69 |lly finds the di| 000002f0 73 63 20 6e 61 6d 65 20 6f 66 0a 61 6e 79 20 66 |sc name of.any f| 00000300 6c 6f 70 70 79 20 64 69 73 63 2e 20 4e 2e 42 2e |loppy disc. N.B.| 00000310 20 6f 6e 6c 79 20 41 44 46 53 20 66 6c 6f 70 70 | only ADFS flopp| 00000320 79 20 64 72 69 76 65 73 20 6d 61 79 20 62 65 20 |y drives may be | 00000330 73 70 65 63 69 66 69 65 64 20 28 74 68 65 0a 74 |specified (the.t| 00000340 65 63 68 6e 69 63 61 6c 20 72 65 61 73 6f 6e 20 |echnical reason | 00000350 69 73 20 74 68 61 74 20 21 46 69 6e 64 44 69 72 |is that !FindDir| 00000360 20 68 61 73 20 74 6f 20 75 73 65 20 61 6e 20 41 | has to use an A| 00000370 44 46 53 20 73 70 65 63 69 66 69 63 20 53 57 49 |DFS specific SWI| 00000380 20 74 6f 20 66 69 6e 64 0a 74 68 65 20 64 69 73 | to find.the dis| 00000390 63 20 6e 61 6d 65 29 2e 20 54 68 65 20 68 61 72 |c name). The har| 000003a0 64 20 64 69 73 63 20 64 72 69 76 65 73 20 61 72 |d disc drives ar| 000003b0 65 20 73 70 65 63 69 66 69 65 64 20 69 6e 20 74 |e specified in t| 000003c0 68 65 20 62 6f 74 74 6f 6d 20 74 77 6f 20 65 6e |he bottom two en| 000003d0 74 72 69 65 73 0a 6f 66 20 64 72 69 76 65 20 6e |tries.of drive n| 000003e0 61 6d 65 73 2e 20 53 70 65 63 69 66 79 69 6e 67 |ames. Specifying| 000003f0 20 68 61 72 64 20 64 69 73 63 20 64 72 69 76 65 | hard disc drive| 00000400 73 20 69 73 20 73 6c 69 67 68 74 6c 79 20 64 69 |s is slightly di| 00000410 66 66 65 72 65 6e 74 20 74 6f 20 66 6c 6f 70 70 |fferent to flopp| 00000420 79 0a 64 72 69 76 65 73 20 61 73 20 79 6f 75 20 |y.drives as you | 00000430 6d 75 73 74 20 73 70 65 63 69 66 79 20 74 68 65 |must specify the| 00000440 20 66 75 6c 6c 20 73 70 65 63 20 6f 66 20 74 68 | full spec of th| 00000450 65 20 64 72 69 76 65 20 69 6e 63 6c 75 64 69 6e |e drive includin| 00000460 67 20 66 69 6c 69 6e 67 0a 73 79 73 74 65 6d 2e |g filing.system.| 00000470 20 54 68 69 73 20 73 68 6f 75 6c 64 20 61 6c 6c | This should all| 00000480 6f 77 20 6e 6f 74 20 6f 6e 6c 79 20 41 44 46 53 |ow not only ADFS| 00000490 20 68 61 72 64 20 64 69 73 63 73 20 62 75 74 20 | hard discs but | 000004a0 61 6c 73 6f 20 53 43 53 49 20 61 6e 64 20 49 44 |also SCSI and ID| 000004b0 45 0a 64 72 69 76 65 73 20 74 6f 20 62 65 20 73 |E.drives to be s| 000004c0 70 65 63 69 66 69 65 64 20 28 74 68 6f 75 67 68 |pecified (though| 000004d0 20 74 68 69 73 20 68 61 73 6e 27 74 20 62 65 65 | this hasn't bee| 000004e0 6e 20 74 65 73 74 65 64 29 2e 20 4f 6e 63 65 20 |n tested). Once | 000004f0 79 6f 75 20 68 61 76 65 0a 73 70 65 63 69 66 69 |you have.specifi| 00000500 65 64 20 79 6f 75 72 20 64 72 69 76 65 73 20 75 |ed your drives u| 00000510 73 65 20 74 68 65 20 27 53 61 76 65 20 64 72 69 |se the 'Save dri| 00000520 76 65 73 27 20 62 75 74 74 6f 6e 20 74 6f 20 73 |ves' button to s| 00000530 61 76 65 20 74 68 65 6d 20 61 73 20 64 65 66 61 |ave them as defa| 00000540 75 6c 74 0a 64 72 69 76 65 73 20 6f 6e 20 73 74 |ult.drives on st| 00000550 61 72 74 75 70 2e 0a 0a 20 54 6f 20 73 65 61 72 |artup... To sear| 00000560 63 68 20 6f 6e 20 61 20 70 61 72 74 69 63 75 6c |ch on a particul| 00000570 61 72 20 64 69 73 63 20 66 6f 72 20 74 68 65 20 |ar disc for the | 00000580 66 69 72 73 74 20 74 69 6d 65 20 28 65 76 65 72 |first time (ever| 00000590 29 20 79 6f 75 20 6d 75 73 74 20 66 69 72 73 74 |) you must first| 000005a0 0a 27 53 63 61 6e 27 20 74 68 65 20 64 69 73 63 |.'Scan' the disc| 000005b0 2e 20 54 6f 20 64 6f 20 74 68 69 73 20 63 6c 69 |. To do this cli| 000005c0 63 6b 20 6f 6e 20 74 68 65 20 72 61 64 69 6f 20 |ck on the radio | 000005d0 62 75 74 74 6f 6e 20 6e 65 78 74 20 74 6f 20 74 |button next to t| 000005e0 68 65 20 64 72 69 76 65 20 74 6f 0a 73 63 61 6e |he drive to.scan| 000005f0 20 28 73 6f 20 74 68 61 74 20 74 68 65 20 62 75 | (so that the bu| 00000600 74 74 6f 6e 20 69 73 20 27 6f 6e 27 29 20 61 6e |tton is 'on') an| 00000610 64 20 74 68 65 6e 20 63 6c 69 63 6b 20 6f 6e 20 |d then click on | 00000620 74 68 65 20 27 53 63 61 6e 27 20 62 75 74 74 6f |the 'Scan' butto| 00000630 6e 2e 20 54 68 69 73 0a 63 72 65 61 74 65 73 20 |n. This.creates | 00000640 61 20 66 69 6c 65 20 63 61 6c 6c 65 64 20 27 66 |a file called 'f| 00000650 64 61 74 27 20 77 68 69 63 68 20 68 6f 6c 64 73 |dat' which holds| 00000660 20 74 68 65 20 64 69 72 65 63 74 6f 72 79 20 73 | the directory s| 00000670 74 72 75 63 74 75 72 65 20 66 6f 72 20 74 68 61 |tructure for tha| 00000680 74 0a 64 69 73 63 20 28 74 68 69 73 20 69 73 20 |t.disc (this is | 00000690 64 6f 6e 65 20 74 6f 20 73 70 65 65 64 20 75 70 |done to speed up| 000006a0 20 66 69 6c 65 20 61 6e 64 20 64 69 72 65 63 74 | file and direct| 000006b0 6f 72 79 20 73 65 61 72 63 68 65 73 29 2e 20 41 |ory searches). A| 000006c0 20 64 69 73 63 20 73 68 6f 75 6c 64 0a 61 6c 73 | disc should.als| 000006d0 6f 20 62 65 20 27 53 63 61 6e 27 65 64 20 20 69 |o be 'Scan'ed i| 000006e0 66 20 79 6f 75 20 61 64 64 2c 20 64 65 6c 65 74 |f you add, delet| 000006f0 65 20 6f 72 20 72 65 6e 61 6d 65 20 64 69 72 65 |e or rename dire| 00000700 63 74 6f 72 69 65 73 20 6f 6e 20 74 68 61 74 20 |ctories on that | 00000710 64 69 73 63 2e 0a 4e 2e 42 2e 20 44 6f 6e 27 74 |disc..N.B. Don't| 00000720 20 73 63 61 6e 20 74 6f 6f 20 6d 61 6e 79 20 64 | scan too many d| 00000730 69 73 63 73 20 69 6e 20 6f 6e 65 20 67 6f 2c 20 |iscs in one go, | 00000740 61 73 20 65 76 65 72 79 20 65 69 67 68 74 20 6e |as every eight n| 00000750 65 77 20 64 69 73 63 20 61 64 64 65 64 20 77 69 |ew disc added wi| 00000760 6c 6c 0a 63 72 61 73 68 20 79 6f 75 72 20 6d 61 |ll.crash your ma| 00000770 63 68 69 6e 65 20 69 66 20 79 6f 75 20 73 63 61 |chine if you sca| 00000780 6e 20 69 74 20 28 73 65 65 20 44 65 76 4e 6f 74 |n it (see DevNot| 00000790 65 73 29 20 64 75 65 20 74 6f 20 61 20 62 75 67 |es) due to a bug| 000007a0 20 69 6e 20 43 2e 0a 0a 0a 20 53 65 61 72 63 68 | in C.... Search| 000007b0 69 6e 67 0a 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a |ing. _________..| 000007c0 20 54 6f 20 66 69 6e 64 20 66 69 6c 65 73 20 6f | To find files o| 000007d0 72 20 64 69 72 65 63 74 6f 72 69 65 73 20 65 6e |r directories en| 000007e0 74 65 72 20 61 20 73 70 65 63 69 66 69 63 61 74 |ter a specificat| 000007f0 69 6f 6e 20 66 75 6c 6c 20 6f 72 20 70 61 72 74 |ion full or part| 00000800 69 61 6c 20 69 6e 20 74 68 65 0a 27 46 69 6e 64 |ial in the.'Find| 00000810 3a 27 20 62 6f 78 20 61 6e 64 20 74 68 65 6e 20 |:' box and then | 00000820 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 27 46 69 |click on the 'Fi| 00000830 6e 64 20 66 69 6c 65 27 20 6f 72 20 27 46 69 6e |nd file' or 'Fin| 00000840 64 20 64 69 72 27 2e 20 54 6f 20 73 65 6c 65 63 |d dir'. To selec| 00000850 74 20 77 68 69 63 68 0a 64 72 69 76 65 73 20 74 |t which.drives t| 00000860 6f 20 73 65 61 72 63 68 20 6f 6e 20 63 6c 69 63 |o search on clic| 00000870 6b 20 73 65 74 20 74 68 65 20 72 61 64 69 6f 20 |k set the radio | 00000880 62 75 74 74 6f 6e 73 20 6e 65 78 74 20 74 6f 20 |buttons next to | 00000890 74 68 65 20 64 72 69 76 65 73 20 74 6f 20 27 6f |the drives to 'o| 000008a0 6e 27 2e 0a 54 68 65 20 77 61 79 20 21 46 69 6e |n'..The way !Fin| 000008b0 64 44 69 72 20 63 6f 6d 70 61 72 65 73 20 74 68 |dDir compares th| 000008c0 65 20 73 70 65 63 69 66 69 63 61 74 69 6f 6e 20 |e specification | 000008d0 77 69 74 68 20 65 61 63 68 20 66 69 6c 65 20 6f |with each file o| 000008e0 72 20 64 69 72 65 63 74 6f 72 79 0a 64 65 70 65 |r directory.depe| 000008f0 6e 64 73 20 6f 6e 20 74 68 65 20 77 61 79 20 74 |nds on the way t| 00000900 68 65 20 6d 61 74 63 68 20 73 77 69 74 63 68 65 |he match switche| 00000910 73 20 61 72 65 20 73 65 74 75 70 2e 0a 0a 20 45 |s are setup... E| 00000920 58 41 43 54 20 4d 41 54 43 48 20 20 2d 20 6f 6e |XACT MATCH - on| 00000930 6c 79 20 66 69 6c 65 73 2f 64 69 72 73 20 77 68 |ly files/dirs wh| 00000940 69 63 68 20 65 78 61 63 74 6c 79 20 6d 61 74 63 |ich exactly matc| 00000950 68 20 74 68 65 20 73 70 65 63 20 61 72 65 20 69 |h the spec are i| 00000960 6e 63 6c 75 64 65 64 2e 0a 0a 20 43 4f 4d 50 4c |ncluded... COMPL| 00000970 45 54 45 20 4d 41 54 43 48 20 20 2d 20 69 66 20 |ETE MATCH - if | 00000980 61 6c 6c 20 74 68 65 20 63 68 61 72 61 63 74 65 |all the characte| 00000990 72 73 20 69 6e 20 74 68 65 20 73 70 65 63 20 6d |rs in the spec m| 000009a0 61 74 63 68 20 74 68 65 20 6c 65 61 64 69 6e 67 |atch the leading| 000009b0 0a 63 68 61 72 61 63 74 65 72 73 20 69 6e 20 74 |.characters in t| 000009c0 68 65 20 66 69 6c 65 2f 64 69 72 20 6e 61 6d 65 |he file/dir name| 000009d0 20 74 68 65 6e 20 74 68 65 79 20 61 72 65 20 69 | then they are i| 000009e0 6e 63 6c 75 64 65 64 20 69 2e 65 2e 20 73 70 65 |ncluded i.e. spe| 000009f0 63 20 27 65 78 61 6d 70 6c 65 27 0a 77 69 6c 6c |c 'example'.will| 00000a00 20 6d 61 74 63 68 20 27 65 78 61 6d 70 6c 65 27 | match 'example'| 00000a10 20 61 6e 64 20 27 65 78 61 6d 70 6c 65 32 27 20 | and 'example2' | 00000a20 62 75 74 20 6e 6f 74 20 27 65 78 61 6d 27 2e 0a |but not 'exam'..| 00000a30 0a 20 52 4f 55 47 48 20 4d 41 54 43 48 20 20 2d |. ROUGH MATCH -| 00000a40 20 69 66 20 6f 6e 65 20 6f 72 20 6d 6f 72 65 20 | if one or more | 00000a50 6c 65 61 64 69 6e 67 20 63 68 61 72 61 63 74 65 |leading characte| 00000a60 72 73 20 69 6e 20 74 68 65 20 66 69 6c 65 2f 64 |rs in the file/d| 00000a70 69 72 20 6e 61 6d 65 0a 6d 61 74 63 68 20 74 68 |ir name.match th| 00000a80 65 20 73 70 65 63 20 74 68 65 6e 20 74 68 65 79 |e spec then they| 00000a90 20 61 72 65 20 69 6e 63 6c 75 64 65 64 20 69 2e | are included i.| 00000aa0 65 2e 20 73 70 65 63 20 65 78 61 6d 70 6c 65 20 |e. spec example | 00000ab0 77 69 6c 6c 20 6d 61 74 63 68 0a 27 65 78 61 6d |will match.'exam| 00000ac0 70 6c 65 32 27 20 61 6e 64 20 27 65 78 61 6d 27 |ple2' and 'exam'| 00000ad0 20 62 75 74 20 6e 6f 74 20 27 64 6f 63 73 27 2e | but not 'docs'.| 00000ae0 0a 0a 20 4e 2e 42 2e 20 61 20 74 72 61 69 6c 69 |.. N.B. a traili| 00000af0 6e 67 20 27 2a 27 20 69 6e 20 74 68 65 20 73 70 |ng '*' in the sp| 00000b00 65 63 20 62 65 68 61 76 65 73 20 69 6e 20 74 68 |ec behaves in th| 00000b10 65 20 73 61 6d 65 20 77 61 79 20 61 73 20 69 6e |e same way as in| 00000b20 20 52 49 53 43 20 4f 53 20 69 2e 65 0a 61 73 20 | RISC OS i.e.as | 00000b30 61 20 77 69 6c 64 63 61 72 64 20 69 6e 20 27 65 |a wildcard in 'e| 00000b40 78 61 6d 2a 27 2e 20 21 46 69 6e 64 44 69 72 20 |xam*'. !FindDir | 00000b50 68 6f 77 65 76 65 72 20 64 6f 65 73 20 6e 6f 74 |however does not| 00000b60 20 72 65 63 6f 67 6e 69 7a 65 20 27 2a 27 20 61 | recognize '*' a| 00000b70 6e 79 77 68 65 72 65 0a 65 6c 73 65 20 6c 69 6b |nywhere.else lik| 00000b80 65 20 27 2a 70 6c 65 27 2c 20 74 68 69 73 20 77 |e '*ple', this w| 00000b90 69 6c 6c 20 61 63 74 20 74 68 65 20 73 61 6d 65 |ill act the same| 00000ba0 20 61 73 20 27 2a 27 2e 20 27 2a 27 20 63 61 6e | as '*'. '*' can| 00000bb0 20 6f 76 65 72 72 69 64 65 20 74 68 65 20 6d 61 | override the ma| 00000bc0 74 63 68 0a 73 77 69 74 63 68 65 73 2e 0a 0a 20 |tch.switches... | 00000bd0 54 68 65 72 65 20 61 72 65 20 61 6c 73 6f 20 74 |There are also t| 00000be0 77 6f 20 6f 74 68 65 72 20 73 77 69 74 63 68 65 |wo other switche| 00000bf0 73 20 77 68 69 63 68 20 63 61 6e 20 62 65 20 75 |s which can be u| 00000c00 73 65 64 20 74 6f 20 68 65 6c 70 20 74 68 65 20 |sed to help the | 00000c10 75 73 65 72 20 64 6f 0a 73 70 65 63 69 66 69 63 |user do.specific| 00000c20 20 73 65 61 72 63 68 65 73 20 6f 72 20 63 6f 6d | searches or com| 00000c30 70 6f 75 6e 64 20 73 65 61 72 63 68 65 73 2e 0a |pound searches..| 00000c40 0a 20 53 45 41 52 43 48 20 46 4f 52 20 46 49 4c |. SEARCH FOR FIL| 00000c50 45 20 49 4e 20 53 55 42 44 49 52 20 20 2d 20 21 |E IN SUBDIR - !| 00000c60 46 69 6e 64 44 69 72 20 77 69 6c 6c 20 6f 6e 6c |FindDir will onl| 00000c70 79 20 73 65 61 72 63 68 20 69 6e 20 73 75 62 2d |y search in sub-| 00000c80 64 69 72 65 63 74 6f 72 69 65 73 0a 77 68 69 63 |directories.whic| 00000c90 68 20 6d 61 74 63 68 20 74 68 65 20 73 70 65 63 |h match the spec| 00000ca0 20 65 6e 74 65 72 65 64 2e 20 4e 2e 42 2e 20 74 | entered. N.B. t| 00000cb0 72 61 69 6c 69 6e 67 20 27 2a 27 20 63 61 6e 20 |railing '*' can | 00000cc0 62 65 20 75 73 65 64 20 73 75 63 68 20 61 73 20 |be used such as | 00000cd0 27 43 2a 27 0a 77 68 69 63 68 20 77 69 6c 6c 20 |'C*'.which will | 00000ce0 6f 6e 6c 79 20 6c 6f 6f 6b 20 66 6f 72 20 66 69 |only look for fi| 00000cf0 6c 65 73 20 69 6e 20 64 69 72 65 63 74 6f 72 69 |les in directori| 00000d00 65 73 20 77 68 6f 73 65 20 6e 61 6d 65 73 20 73 |es whose names s| 00000d10 74 61 72 74 20 77 69 74 68 27 43 27 2e 0a 0a 20 |tart with'C'... | 00000d20 41 44 44 20 54 4f 20 53 45 4c 45 43 54 49 4f 4e |ADD TO SELECTION| 00000d30 20 20 2d 20 54 68 69 73 20 69 73 20 61 20 76 65 | - This is a ve| 00000d40 72 79 20 70 6f 77 65 72 66 75 6c 20 6f 70 74 69 |ry powerful opti| 00000d50 6f 6e 20 74 6f 20 64 6f 20 63 6f 6d 70 6f 75 6e |on to do compoun| 00000d60 64 20 73 65 61 72 63 68 65 73 2e 0a 54 68 69 73 |d searches..This| 00000d70 20 6d 65 61 6e 73 20 74 68 61 74 20 73 75 62 73 | means that subs| 00000d80 65 71 75 65 6e 74 20 73 65 61 72 63 68 65 73 20 |equent searches | 00000d90 77 65 74 68 65 72 20 66 6f 72 20 66 69 6c 65 73 |wether for files| 00000da0 20 6f 72 20 64 69 72 65 63 74 6f 72 69 65 73 20 | or directories | 00000db0 61 72 65 0a 61 64 64 65 64 20 74 6f 20 74 68 65 |are.added to the| 00000dc0 20 63 75 72 72 65 6e 74 20 73 65 74 20 6f 66 20 | current set of | 00000dd0 66 6f 75 6e 64 20 66 69 6c 65 73 20 26 20 64 69 |found files & di| 00000de0 72 65 63 74 6f 72 69 65 73 2e 0a 20 49 74 20 69 |rectories.. It i| 00000df0 73 20 61 6c 73 6f 20 76 65 72 79 20 75 73 65 66 |s also very usef| 00000e00 75 6c 20 66 6f 72 20 64 69 73 70 6c 61 79 69 6e |ul for displayin| 00000e10 67 20 74 68 65 20 74 72 65 65 20 73 74 72 75 63 |g the tree struc| 00000e20 74 75 72 65 20 6f 66 20 74 68 65 20 64 72 69 76 |ture of the driv| 00000e30 65 73 2e 20 54 6f 0a 73 68 6f 77 20 74 68 65 20 |es. To.show the | 00000e40 74 72 65 65 20 6f 66 20 61 20 64 72 69 76 65 20 |tree of a drive | 00000e50 64 6f 20 27 46 69 6e 64 20 66 69 6c 65 20 2a 27 |do 'Find file *'| 00000e60 20 61 6e 64 20 74 68 65 6e 20 73 65 74 20 74 68 | and then set th| 00000e70 65 20 27 61 64 64 20 74 6f 0a 73 65 6c 65 63 74 |e 'add to.select| 00000e80 69 6f 6e 27 20 73 77 69 74 63 68 20 74 6f 20 6f |ion' switch to o| 00000e90 6e 2e 20 54 68 65 6e 20 64 6f 20 27 46 69 6e 64 |n. Then do 'Find| 00000ea0 20 64 69 72 20 2a 27 20 61 6e 64 20 67 6f 20 74 | dir *' and go t| 00000eb0 6f 20 27 66 6f 75 6e 64 27 20 77 69 6e 64 6f 77 |o 'found' window| 00000ec0 20 61 6e 64 0a 66 72 6f 6d 20 74 68 65 20 6d 65 | and.from the me| 00000ed0 6e 75 20 73 65 6c 65 63 74 20 27 74 72 65 65 20 |nu select 'tree | 00000ee0 64 69 73 70 6c 61 79 27 20 28 69 6e 20 74 68 65 |display' (in the| 00000ef0 20 64 69 73 70 6c 61 79 20 73 75 62 6d 65 6e 75 | display submenu| 00000f00 29 2e 20 54 68 65 20 74 72 65 65 0a 64 69 73 70 |). The tree.disp| 00000f10 6c 61 79 20 77 69 6c 6c 20 62 65 20 66 61 6d 69 |lay will be fami| 00000f20 6c 69 61 72 20 74 6f 20 44 4f 53 20 75 73 65 72 |liar to DOS user| 00000f30 73 20 77 68 65 72 65 20 69 74 20 69 73 20 75 73 |s where it is us| 00000f40 65 64 20 69 6e 20 6d 61 79 20 75 74 69 6c 69 74 |ed in may utilit| 00000f50 69 65 73 2e 0a 0a 0a 20 46 6f 75 6e 64 20 66 69 |ies.... Found fi| 00000f60 6c 65 73 20 26 20 64 69 72 65 63 74 6f 72 69 65 |les & directorie| 00000f70 73 0a 20 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |s. _____________| 00000f80 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a 20 54 |____________.. T| 00000f90 68 65 20 27 46 6f 75 6e 64 27 20 77 69 6e 64 6f |he 'Found' windo| 00000fa0 77 20 73 68 6f 77 73 20 61 6c 6c 20 74 68 65 20 |w shows all the | 00000fb0 66 69 6c 65 73 20 61 6e 64 20 64 69 72 65 63 74 |files and direct| 00000fc0 6f 72 69 65 73 20 77 68 69 63 68 20 68 61 76 65 |ories which have| 00000fd0 20 62 65 65 6e 0a 66 6f 75 6e 64 2e 20 49 6e 20 | been.found. In | 00000fe0 73 6f 6d 65 20 72 65 70 65 63 74 73 20 69 74 20 |some repects it | 00000ff0 69 73 20 73 69 6d 69 6c 61 72 20 74 6f 20 46 69 |is similar to Fi| 00001000 6c 65 72 20 65 73 70 65 63 69 61 6c 6c 79 20 69 |ler especially i| 00001010 6e 20 74 68 65 20 6d 61 6e 6e 65 72 20 69 6e 0a |n the manner in.| 00001020 77 68 69 63 68 20 66 69 6c 65 73 20 61 6e 64 20 |which files and | 00001030 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 61 72 65 |applications are| 00001040 20 6c 6f 61 64 65 64 2e 20 54 6f 20 72 75 6e 20 | loaded. To run | 00001050 6f 72 20 6c 6f 61 64 20 61 20 66 69 6c 65 20 79 |or load a file y| 00001060 6f 70 75 20 63 61 6e 0a 65 69 74 68 65 72 20 64 |opu can.either d| 00001070 6f 75 62 6c 65 20 63 6c 69 63 6b 20 6f 6e 20 74 |ouble click on t| 00001080 68 65 20 66 69 6c 65 20 69 63 6f 6e 20 6f 72 20 |he file icon or | 00001090 69 66 20 69 74 20 69 73 20 61 20 64 61 74 61 20 |if it is a data | 000010a0 66 69 6c 65 20 79 6f 75 20 63 61 6e 20 64 72 61 |file you can dra| 000010b0 67 20 74 6f 0a 74 68 65 20 61 70 70 6c 69 63 61 |g to.the applica| 000010c0 74 69 6f 6e 20 79 6f 75 20 77 61 6e 74 20 69 74 |tion you want it| 000010d0 20 74 6f 20 6c 6f 61 64 2e 20 54 68 65 72 65 20 | to load. There | 000010e0 61 72 65 20 73 6f 6d 65 20 69 6d 70 6f 72 74 61 |are some importa| 000010f0 6e 74 20 64 69 66 66 65 72 65 6e 63 65 73 0a 68 |nt differences.h| 00001100 6f 77 65 76 65 72 3a 0a 0a 20 20 20 2d 20 59 6f |owever:.. - Yo| 00001110 75 20 63 61 6e 6e 6f 74 20 64 72 61 67 20 61 20 |u cannot drag a | 00001120 66 69 6c 65 20 74 6f 20 61 20 46 69 6c 65 72 20 |file to a Filer | 00001130 77 69 6e 64 6f 77 20 74 6f 20 63 6f 70 79 20 6f |window to copy o| 00001140 72 20 6d 6f 76 65 20 69 74 20 74 68 65 72 65 2e |r move it there.| 00001150 0a 20 20 20 2d 20 59 6f 75 20 61 6c 73 6f 20 63 |. - You also c| 00001160 61 6e 6e 6f 74 20 64 72 61 67 20 66 72 6f 6d 20 |annot drag from | 00001170 46 69 6c 65 72 20 6f 72 20 74 68 65 20 53 61 76 |Filer or the Sav| 00001180 65 20 77 69 6e 64 6f 77 20 6f 66 20 61 6e 20 61 |e window of an a| 00001190 70 70 6c 69 63 61 74 69 6f 6e 0a 20 20 20 20 20 |pplication. | 000011a0 74 6f 20 74 68 65 20 66 6f 75 6e 64 20 77 69 6e |to the found win| 000011b0 64 6f 77 2e 0a 0a 20 54 68 65 20 46 6f 75 6e 64 |dow... The Found| 000011c0 20 77 69 6e 64 6f 77 20 61 6c 73 6f 20 68 61 73 | window also has| 000011d0 20 61 20 6d 65 6e 75 20 77 68 69 63 68 20 69 73 | a menu which is| 000011e0 20 76 65 72 79 20 73 69 6d 69 6c 61 72 20 74 6f | very similar to| 000011f0 20 46 69 6c 65 72 20 69 6e 20 74 68 61 74 20 69 | Filer in that i| 00001200 74 0a 61 6c 6c 6f 77 73 20 79 6f 75 20 74 6f 20 |t.allows you to | 00001210 63 68 61 6e 67 65 20 64 69 73 70 6c 61 79 20 6f |change display o| 00001220 70 74 69 6f 6e 73 2c 20 6d 61 6e 69 70 75 6c 61 |ptions, manipula| 00001230 74 65 20 73 65 6c 65 63 74 69 6f 6e 73 2c 20 73 |te selections, s| 00001240 65 74 20 6f 70 74 69 6f 6e 73 20 61 6e 64 0a 63 |et options and.c| 00001250 6f 75 6e 74 20 74 68 65 20 73 69 7a 65 20 6f 66 |ount the size of| 00001260 20 66 69 6c 65 73 2e 20 49 6e 20 61 64 64 69 74 | files. In addit| 00001270 69 6f 6e 20 74 6f 20 74 68 65 20 46 69 6c 65 72 |ion to the Filer| 00001280 20 6c 69 6b 65 20 66 75 6e 63 74 69 6f 6e 73 20 | like functions | 00001290 74 68 72 65 20 61 72 65 0a 73 6f 6d 65 20 65 78 |thre are.some ex| 000012a0 74 72 61 20 66 65 61 74 75 72 65 73 20 77 68 69 |tra features whi| 000012b0 63 68 20 61 72 65 20 6f 75 74 6c 69 6e 65 64 20 |ch are outlined | 000012c0 62 65 6c 6f 77 2e 0a 0a 20 44 49 53 50 4c 41 59 |below... DISPLAY| 000012d0 20 4d 45 4e 55 0a 0a 20 20 53 6f 72 74 20 62 79 | MENU.. Sort by| 000012e0 20 6d 61 74 63 68 20 2d 20 69 66 20 79 6f 75 20 | match - if you | 000012f0 73 65 6c 65 63 74 20 66 69 6c 65 73 2f 64 69 72 |select files/dir| 00001300 65 63 74 6f 72 69 65 73 20 77 69 74 68 20 72 6f |ectories with ro| 00001310 75 67 68 20 6d 61 74 63 68 20 6f 6e 2c 20 74 68 |ugh match on, th| 00001320 69 73 0a 73 6f 72 74 73 20 74 68 65 20 66 6f 75 |is.sorts the fou| 00001330 6e 64 20 77 69 6e 64 6f 77 20 62 79 20 68 6f 77 |nd window by how| 00001340 20 63 6c 6f 73 65 6c 79 20 74 68 65 79 20 6d 61 | closely they ma| 00001350 74 63 68 20 74 68 65 20 6f 72 69 67 69 6e 61 6c |tch the original| 00001360 20 73 70 65 63 2e 0a 0a 20 20 53 6f 72 74 20 62 | spec... Sort b| 00001370 79 20 70 61 74 68 20 2d 20 74 68 69 73 20 73 6f |y path - this so| 00001380 72 74 73 20 74 68 65 20 66 6f 75 6e 64 20 77 69 |rts the found wi| 00001390 6e 64 6f 77 20 62 79 20 74 68 65 20 70 61 74 68 |ndow by the path| 000013a0 20 6e 61 6d 65 20 6f 66 20 74 68 65 0a 66 69 6c | name of the.fil| 000013b0 65 2f 64 69 72 65 63 74 6f 72 79 20 28 61 75 74 |e/directory (aut| 000013c0 6f 6d 61 74 69 63 61 6c 6c 6c 79 20 73 65 74 20 |omaticallly set | 000013d0 77 69 74 68 20 74 72 65 65 20 64 69 73 70 6c 61 |with tree displa| 000013e0 79 20 73 6f 20 74 68 61 74 20 66 69 6c 65 73 20 |y so that files | 000013f0 61 72 65 20 73 68 6f 77 6e 0a 62 65 6c 6f 77 20 |are shown.below | 00001400 74 68 65 20 64 69 72 65 63 74 6f 72 79 20 74 68 |the directory th| 00001410 65 79 20 62 65 6c 6f 6e 67 20 74 6f 29 2e 0a 0a |ey belong to)...| 00001420 20 20 54 72 65 65 20 64 69 73 70 6c 61 79 20 2d | Tree display -| 00001430 20 74 68 69 73 20 64 69 73 70 6c 61 79 73 20 61 | this displays a| 00001440 6c 6c 20 66 69 6c 65 73 20 61 6e 64 20 64 69 72 |ll files and dir| 00001450 65 63 74 6f 72 69 65 73 20 61 73 20 61 20 74 72 |ectories as a tr| 00001460 65 65 20 62 79 0a 69 6e 64 65 6e 74 61 74 69 6f |ee by.indentatio| 00001470 6e 20 28 73 65 65 20 41 64 64 20 74 6f 20 73 65 |n (see Add to se| 00001480 6c 65 63 74 69 6f 6e 20 61 62 6f 76 65 29 2e 20 |lection above). | 00001490 54 68 69 73 20 69 73 20 65 73 70 65 63 69 61 6c |This is especial| 000014a0 6c 79 20 75 73 65 66 75 6c 20 66 6f 72 0a 73 68 |ly useful for.sh| 000014b0 6f 77 69 6e 67 20 76 69 73 75 61 6c 6c 79 20 77 |owing visually w| 000014c0 68 69 63 68 20 66 69 6c 65 73 20 61 72 65 20 69 |hich files are i| 000014d0 6e 20 77 68 69 63 68 20 64 69 72 65 63 74 6f 72 |n which director| 000014e0 69 65 73 2e 20 54 6f 20 64 6f 20 74 68 69 73 20 |ies. To do this | 000014f0 64 6f 20 27 46 69 6e 64 0a 44 69 72 20 2a 27 2c |do 'Find.Dir *',| 00001500 20 74 68 65 6e 20 74 75 72 6e 20 74 68 65 20 27 | then turn the '| 00001510 41 64 64 20 74 6f 20 73 65 6c 65 63 74 69 6f 6e |Add to selection| 00001520 27 20 73 77 69 74 63 68 20 6f 6e 2c 20 61 6e 64 |' switch on, and| 00001530 20 74 68 65 6e 20 75 73 65 20 27 46 69 6e 64 0a | then use 'Find.| 00001540 66 69 6c 65 73 27 20 74 6f 20 73 70 65 63 69 66 |files' to specif| 00001550 79 20 74 68 65 20 66 69 6c 65 20 79 6f 75 20 77 |y the file you w| 00001560 69 73 68 2e 20 54 68 65 6e 20 73 65 6c 65 63 74 |ish. Then select| 00001570 20 27 54 72 65 65 20 64 69 73 70 6c 61 79 27 20 | 'Tree display' | 00001580 66 72 6f 6d 20 74 68 65 0a 6d 65 6e 75 20 69 6e |from the.menu in| 00001590 20 20 74 68 65 20 66 6f 75 6e 64 20 6d 65 6e 75 | the found menu| 000015a0 2e 0a 0a 20 20 52 65 66 72 65 73 68 20 69 63 6f |... Refresh ico| 000015b0 6e 73 20 2d 20 42 79 20 64 65 66 61 75 6c 74 20 |ns - By default | 000015c0 21 46 69 6e 64 44 69 72 20 64 6f 65 73 20 6e 6f |!FindDir does no| 000015d0 74 20 6c 6f 61 64 20 61 70 70 6c 69 63 61 74 69 |t load applicati| 000015e0 6f 6e 20 69 63 6f 6e 73 20 61 73 0a 74 68 69 73 |on icons as.this| 000015f0 20 63 6f 75 6c 64 20 73 6c 6f 77 20 64 6f 77 6e | could slow down| 00001600 20 74 68 65 20 70 72 6f 67 72 61 6d 20 61 20 67 | the program a g| 00001610 72 65 61 74 20 64 65 61 6c 2e 20 59 6f 75 20 63 |reat deal. You c| 00001620 61 6e 20 6c 6f 61 64 20 70 61 72 74 69 63 75 6c |an load particul| 00001630 61 72 20 69 63 6f 6e 73 0a 62 79 20 63 6c 69 63 |ar icons.by clic| 00001640 6b 69 6e 67 20 6f 6e 20 69 74 73 20 21 62 6f 6f |king on its !boo| 00001650 74 20 66 69 6c 65 20 6f 72 20 6f 70 65 6e 69 6e |t file or openin| 00001660 67 20 69 74 73 20 70 61 72 65 6e 74 20 64 69 72 |g its parent dir| 00001670 65 63 74 6f 72 79 20 28 74 68 75 73 20 6f 70 65 |ectory (thus ope| 00001680 6e 69 6e 67 0a 61 20 46 69 6c 65 72 20 77 69 6e |ning.a Filer win| 00001690 64 6f 77 29 20 77 68 69 63 68 20 77 69 6c 6c 20 |dow) which will | 000016a0 6c 6f 61 64 20 61 6c 6c 20 69 74 73 20 21 62 6f |load all its !bo| 000016b0 6f 74 20 66 69 6c 65 73 2e 20 21 46 69 6e 64 44 |ot files. !FindD| 000016c0 69 72 20 68 6f 77 65 76 65 72 20 77 69 6c 6c 0a |ir however will.| 000016d0 6e 6f 74 20 6b 6e 6f 77 20 74 68 61 74 20 6e 65 |not know that ne| 000016e0 77 20 69 63 6f 6e 73 20 68 61 76 65 20 62 65 65 |w icons have bee| 000016f0 6e 20 6c 6f 61 64 65 64 20 73 6f 20 74 68 65 20 |n loaded so the | 00001700 27 52 65 66 72 65 73 68 20 69 63 6f 6e 73 27 20 |'Refresh icons' | 00001710 77 69 6c 6c 20 75 70 64 61 74 65 0a 74 68 65 20 |will update.the | 00001720 69 63 6f 6e 73 20 69 6e 20 74 68 65 20 66 6f 75 |icons in the fou| 00001730 6e 64 20 77 69 6e 64 6f 77 2e 0a 20 20 20 0a 0a |nd window.. ..| 00001740 20 53 45 4c 45 43 54 49 4f 4e 20 4d 45 4e 55 0a | SELECTION MENU.| 00001750 0a 20 20 53 74 61 6d 70 20 2d 20 54 68 69 73 20 |. Stamp - This | 00001760 77 69 6c 6c 20 2a 53 74 61 6d 70 20 74 68 65 20 |will *Stamp the | 00001770 73 65 6c 65 63 74 65 64 20 66 69 6c 65 73 0a 0a |selected files..| 00001780 20 20 52 65 6d 6f 76 65 20 2d 20 54 68 69 73 20 | Remove - This | 00001790 77 69 6c 6c 20 72 65 6d 6f 76 65 20 74 68 65 20 |will remove the | 000017a0 73 65 6c 65 63 74 65 64 20 66 69 6c 65 73 2f 64 |selected files/d| 000017b0 69 72 65 63 74 6f 72 69 65 73 20 66 72 6f 6d 20 |irectories from | 000017c0 74 68 65 20 66 6f 75 6e 64 0a 77 69 6e 64 6f 77 |the found.window| 000017d0 2c 20 69 74 20 64 6f 65 73 20 6e 6f 74 20 64 65 |, it does not de| 000017e0 6c 65 74 65 20 66 69 6c 65 73 20 6f 72 20 64 69 |lete files or di| 000017f0 72 65 63 74 6f 72 69 65 73 2e 0a 0a |rectories...| 000017fc