home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsf / fndfil / FINDFILE.DOC next >
Text File  |  1992-07-21  |  3KB  |  60 lines

  1. FINDFILE
  2. --------
  3. 1. Description
  4.    -----------
  5.    FindFile is an OPL program that is used to search through a directory
  6.    structure for files matching a particular pattern in their name.
  7.  
  8.    The main dialog has the following fields:-
  9.  
  10.    File Mask:          this should contain a valid file name. Wild cards
  11.                        are permitted and the name may or may not include
  12.                        a drive and/or path specifier. The current drive
  13.                        and path will be used as defaults, if necessary.
  14.                        Invalid paths and file names will be ignored.
  15.                        Remote paths are acceptable although a word of
  16.                        caution here: this version of the program reports
  17.                        an error when trying to obtain the file
  18.                        properties for DOS directory entries such as
  19.                        E:\MODELS\. and E:\MODELS\.. i.e. the current
  20.                        directory and parent directory entries but this
  21.                        doesn't stop the program from nevertheless
  22.                        producing the required report.
  23.  
  24.    Show Properties:    (Yes/No) If set to yes then the file size, last
  25.                        modification date and time, and properties (e.g.
  26.                        Modified, Hidden etc) will be included in the
  27.                        output. This is very useful for identifying which
  28.                        files have been backed up onto a pc and so could
  29.                        be erased when short of space.
  30.  
  31.    Output To:          (Display/Printer) Chooses where the output is to
  32.                        go (but see below). If Display is chosen and Show
  33.                        Properties is Yes then two lines per file are
  34.                        displayed otherwise one line per file is
  35.                        displayed. In either case the output pauses at
  36.                        the bottom of every screen. Pressing Esc quits
  37.                        back to the main dialog panel whilst any other
  38.                        key continues.
  39.  
  40.    Print Device:       (Default: PAR:A) Specifies the destination for
  41.                        the printer output if the Output To: option is
  42.                        set to printer. Hence the output can be directed
  43.                        to a file, a remote printer (REM::PRN seems to
  44.                        work ok, for example).
  45.  
  46. Pressing Esc from the main dialog panel terminates the program.
  47.  
  48. That's it folks - have fun. I will probably extend the program to sort
  49. the results but since I've included all of the code you can modify it
  50. yourself if you wish.
  51.  
  52. By the way: you will need to TRANSLATE it first - if you've never used
  53. OPL before then put the file FINDFILE.OPL in a directory called \OPL and
  54. it will appear in the system window under the OPL icon. Open the file
  55. and press Psion-T.
  56.  
  57. Cheers,
  58. Steve Mills. 100014,1312
  59.  
  60.