home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / discutils / _a_l / fileaid / !FileAid / ReadMe < prev    next >
Encoding:
Text File  |  1992-03-07  |  6.9 KB  |  200 lines

  1. ReadMe file for FileAid version 1.06 (07-Mar-1992)
  2. by Stuart McDonald
  3.  
  4. This application is a desktop program which eases
  5. various file operations.
  6.  
  7. Its previous name was "FileUtils"; however there
  8. exists a large number of programs with this name and
  9. so the application name has been changed.
  10.  
  11. When run, FileAid installs the following icons on
  12. the icon bar:
  13.  
  14. DustBin
  15. ScreenSaver
  16. FileUtils
  17.  
  18. Their purposes are as follows:
  19.  
  20. DustBin : drag any file(s) and/or directories here,
  21.           individually or in groups.  They will be
  22.           erased from the filing system.
  23.  
  24.           NB This DustBin works in a manner
  25.              different from that of other bins: it
  26.              does not store the deleted files; hence
  27.              they cannot be retrieved after deletion
  28.              except by the use of a sector editor.
  29.              Also, no confirmation is requested upon
  30.              dragging objects.  Therefore you should
  31.              take great care when using this utility
  32.              since it wipes files even if they are
  33.              locked.
  34.  
  35. ScreenSaver : Click upon this icon with SELECT or
  36.               ADJUST to enter the screensaver mode.
  37.               This blanks the screen until the mouse
  38.               is clicked or either ESC or the space
  39.               bar are pressed.
  40.  
  41.               By default, Display is ticked on the
  42.               ScreenSaver menu (accessed by pressing
  43.               MENU on the ScreenSaver icon).  This
  44.               causes a simple animation of dots to
  45.               be run while the screen is blanked.
  46.               If Display is unticked then the screen
  47.               will remain blank when the icon is
  48.               clicked.
  49.  
  50.               The animation, if running, will
  51.               attempt to create two screen banks in
  52.               mode 13.  Failing this it will try two
  53.               mode 0 banks, and failing that will
  54.               temporarily disable the animation.
  55.               Hence screensaving from mode 12 will
  56.               use monochrome animation; from mode 15
  57.               will start a colour display, etc.
  58.  
  59. FileUtils : this has two purposes.  The first, Set
  60.             Directory..., is available from the menu
  61.             (click MENU on the FileUtils icon).
  62.             In the Set Directory dialogue box (move
  63.             over the menu option) there is a
  64.             directory icon.  Drag this to a
  65.             directory window in order to set the
  66.             directory; the filename icon will be
  67.             updated to reflect this.
  68.  
  69.             The second option, File actions...,
  70.             leads to a submenu with three choices.
  71.             Each can be chosen (ticked/unticked)
  72.             independantly.
  73.  
  74.             Access... leads to an access dialogue
  75.             box.  This contains six access
  76.             attributes which can be assigned to any
  77.             files.  Click SELECT or ADJUST on a box
  78.             to toggle the "set" state.  All of these
  79.             attributes affect files; the Locked and
  80.             Private options affect directories.
  81.  
  82.             NB do not use the Private option on
  83.                filing systems which do not support
  84.                it; it will produce an error.  Econet
  85.                supports it, but I know of no others.
  86.  
  87.             Set type... leads to a filetype dialogue
  88.             box.  Enter an uppercase hexadecimal
  89.             filetype number in the first icon, or
  90.             a textual filetype name in the second
  91.             icon (this is case insensitive) and the
  92.             other icons will be updated to reflect
  93.             this.  The sprite icon at the right
  94.             shows the filetype icon.
  95.  
  96.             Date stamp can be ticked or unticked.
  97.  
  98.             When one or more files and/or
  99.             directories are dragged to the FileUtils
  100.             icon, they will be affected by the
  101.             options chosen in the File actions...
  102.             menu.  Any or all of these options can
  103.             be applied on the files.  They are:
  104.  
  105.             Access... : If ticked, this will set
  106.                         the access attributes of the
  107.                         file, as selected in the
  108.                         dialogue box.  All
  109.                         attributes apply to files;
  110.                         L and P apply to
  111.                         directories.
  112.  
  113.             Set type... : If ticked, this will set
  114.                           the type of the file.
  115.                           Directories are unchanged.
  116.  
  117.             Date stamp : If ticked, this will date-
  118.                          stamp the file.
  119.                          Directories are unchanged.
  120.  
  121. Both DustBin and FileUtils provide recursive action
  122. on the files: that is, directories which are dragged
  123. to the icons will be processed themselves, and then
  124. their contents will be processed.  If at least one
  125. of these is itself a directory, the process will
  126. continue to a maximum depth of around ten directory
  127. levels.
  128.  
  129. Each of the icons has an icon bar menu (produced by
  130. clicking MENU on the icon) which, along with any
  131. options already mentioned, provides Info and Quit
  132. options.  Info is self-explanatory; Quit is a little
  133. unusual.  The three icons are provided by a single
  134. program; hence quitting an icon doesn't release any
  135. memory.  However, if the icon bar is filling up, or
  136. if you don't need DustBin and don't want to use it
  137. by mistake, being able to remove an icon can be
  138. useful.  If all three icons are removed, or if
  139. Quit is chosen from the Task Display window for this
  140. application, the program will quit and release the
  141. memory.
  142.  
  143. Known Bugs / Problems :
  144.  
  145. 1) The Set Directory dialogue box's pathname icon
  146.    can be wiped by pressing Ctrl-U.  This isn't
  147.    really a bug, but can be annoying.
  148.  
  149. 2) The animation from the screensaver is slow and
  150.    not very impressive.  I'll correct this when
  151.    I've got more experience with ARM code!
  152.  
  153. 3) If a group of files is dragged to the icons,
  154.    the hourglass doesn't work properly.  This
  155.    is because, although the system takes a while
  156.    to process them all, each one takes only a
  157.    short time and so the hourglass vanishes very
  158.    quickly.  This doesn't occur with a single
  159.    directory which contains subdirectories.
  160.  
  161. 4) ESC doesn't stop the file actions.  As long
  162.    as you're careful in the first place, this
  163.    doesn't matter; if you find yourself doing
  164.    something by accident and you really don't
  165.    want to go ahead, you can reset the machine.
  166.    Not recommended since you'll be writing to
  167.    the disc, so the answer is to be very careful
  168.    and especially so with DustBin.
  169.  
  170. 5) It takes a lot of memory!
  171.  
  172. If you have any comments/suggestions/tips/
  173. improvements, please write to me at the
  174. following address:
  175.  
  176. Stuart McDonald
  177. "Maple House"
  178. 1, Bursledon Road
  179. Hedge End
  180. Southampton
  181. SO3 4BP
  182. ENGLAND
  183.  
  184. This program is PD; see the Legal file for
  185. more information on that side of things.
  186.  
  187. A detailed history of the program can be
  188. found at the beginning of the RunImage
  189. listing.
  190.  
  191.  
  192.  
  193.  
  194.   As they always say, if this scrolled by too quickly for
  195.   you, load Edit and try again.  Or, I suppose, you could
  196.   learn to read very, very quickly.
  197.  
  198.  
  199.  
  200.