home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / sltools_2 < prev    next >
Text File  |  1999-04-27  |  2KB  |  46 lines

  1. Title:            SLTOOLS
  2. Author:            Mark Wooding (Straylight) (csuov@csv.warwick.ac.uk)
  3. Version:        1.00
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Mark Wooding (Straylight) (csuov@csv.warwick.ac.uk)
  8. Date:            30/11/94
  9. Keywords:        Program assemblers ; File managers ; Function libraries
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/d047
  17. Date mounted/updated:    03/03/95
  18. File names:        sltools.arc
  19. Unarchived files:    4
  20. Unarchived size:    16 kbytes
  21. Omissions:        
  22. See also:        
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. The package contains two programs:
  35.  
  36. currDir: puts the pathname of the current directory into a variable,
  37.   optionally allowing you to truncate it to a given length.  The truncation
  38.   is done sensibly (you keep the filing system and device names, but lose
  39.   the beginning of the directory path).  Only works under RISC OS 3 or later.
  40.  
  41. setDate: writes the current date and time to an AOF file, so you can have
  42.   the date of compilation embedded in your programs easily.  The format
  43.   is totally variable; you can even create module help strings with it.
  44.   You can have any number of date strings in the AOF file, each given a
  45.   different identifier.
  46.