Home » Archimedes archive » Archimedes World » AW-1994-01.adf » AWJan94 » !AWJan94/Goodies/Disc/!PathLib/!Help

!AWJan94/Goodies/Disc/!PathLib/!Help

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 » Archimedes archive » Archimedes World » AW-1994-01.adf » AWJan94
Filename: !AWJan94/Goodies/Disc/!PathLib/!Help
Read OK:
File size: 02C7 bytes
Load address: 0000
Exec address: 0000
File contents
------------------
 Library: PathLib

 Purpose: BASIC procedure library for Draw module

 Version: 1.0 (Oct 1993)

------------------

   ************************************************************
   
   USAGE

   There are two libraries:   "Paths" and "Transforms"

   To load into your program include the lines

               LIBRARY "PathLib:OS_units.Paths"
               LIBRARY "PathLib:OS_units.Transforms"

   As long as the Filer has "seen" the application !PathLib
   (or it has been Filer_Boot ed) these programs will load OK.

   To access the library double-click !PathLib. This opens a
   directory window onto the library
    
   ************************************************************
00000000  0a 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.---------------|
00000010  2d 2d 2d 0a 20 4c 69 62  72 61 72 79 3a 20 50 61  |---. Library: Pa|
00000020  74 68 4c 69 62 0a 0a 20  50 75 72 70 6f 73 65 3a  |thLib.. Purpose:|
00000030  20 42 41 53 49 43 20 70  72 6f 63 65 64 75 72 65  | BASIC procedure|
00000040  20 6c 69 62 72 61 72 79  20 66 6f 72 20 44 72 61  | library for Dra|
00000050  77 20 6d 6f 64 75 6c 65  0a 0a 20 56 65 72 73 69  |w module.. Versi|
00000060  6f 6e 3a 20 31 2e 30 20  28 4f 63 74 20 31 39 39  |on: 1.0 (Oct 199|
00000070  33 29 0a 0a 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |3)..------------|
00000080  2d 2d 2d 2d 2d 2d 0a 0a  20 20 20 2a 2a 2a 2a 2a  |------..   *****|
00000090  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000000c0  2a 2a 2a 2a 2a 2a 2a 0a  20 20 20 0a 20 20 20 55  |*******.   .   U|
000000d0  53 41 47 45 0a 0a 20 20  20 54 68 65 72 65 20 61  |SAGE..   There a|
000000e0  72 65 20 74 77 6f 20 6c  69 62 72 61 72 69 65 73  |re two libraries|
000000f0  3a 20 20 20 22 50 61 74  68 73 22 20 61 6e 64 20  |:   "Paths" and |
00000100  22 54 72 61 6e 73 66 6f  72 6d 73 22 0a 0a 20 20  |"Transforms"..  |
00000110  20 54 6f 20 6c 6f 61 64  20 69 6e 74 6f 20 79 6f  | To load into yo|
00000120  75 72 20 70 72 6f 67 72  61 6d 20 69 6e 63 6c 75  |ur program inclu|
00000130  64 65 20 74 68 65 20 6c  69 6e 65 73 0a 0a 20 20  |de the lines..  |
00000140  20 20 20 20 20 20 20 20  20 20 20 20 20 4c 49 42  |             LIB|
00000150  52 41 52 59 20 22 50 61  74 68 4c 69 62 3a 4f 53  |RARY "PathLib:OS|
00000160  5f 75 6e 69 74 73 2e 50  61 74 68 73 22 0a 20 20  |_units.Paths".  |
00000170  20 20 20 20 20 20 20 20  20 20 20 20 20 4c 49 42  |             LIB|
00000180  52 41 52 59 20 22 50 61  74 68 4c 69 62 3a 4f 53  |RARY "PathLib:OS|
00000190  5f 75 6e 69 74 73 2e 54  72 61 6e 73 66 6f 72 6d  |_units.Transform|
000001a0  73 22 0a 0a 20 20 20 41  73 20 6c 6f 6e 67 20 61  |s"..   As long a|
000001b0  73 20 74 68 65 20 46 69  6c 65 72 20 68 61 73 20  |s the Filer has |
000001c0  22 73 65 65 6e 22 20 74  68 65 20 61 70 70 6c 69  |"seen" the appli|
000001d0  63 61 74 69 6f 6e 20 21  50 61 74 68 4c 69 62 0a  |cation !PathLib.|
000001e0  20 20 20 28 6f 72 20 69  74 20 68 61 73 20 62 65  |   (or it has be|
000001f0  65 6e 20 46 69 6c 65 72  5f 42 6f 6f 74 20 65 64  |en Filer_Boot ed|
00000200  29 20 74 68 65 73 65 20  70 72 6f 67 72 61 6d 73  |) these programs|
00000210  20 77 69 6c 6c 20 6c 6f  61 64 20 4f 4b 2e 0a 0a  | will load OK...|
00000220  20 20 20 54 6f 20 61 63  63 65 73 73 20 74 68 65  |   To access the|
00000230  20 6c 69 62 72 61 72 79  20 64 6f 75 62 6c 65 2d  | library double-|
00000240  63 6c 69 63 6b 20 21 50  61 74 68 4c 69 62 2e 20  |click !PathLib. |
00000250  54 68 69 73 20 6f 70 65  6e 73 20 61 0a 20 20 20  |This opens a.   |
00000260  64 69 72 65 63 74 6f 72  79 20 77 69 6e 64 6f 77  |directory window|
00000270  20 6f 6e 74 6f 20 74 68  65 20 6c 69 62 72 61 72  | onto the librar|
00000280  79 0a 20 20 20 20 0a 20  20 20 2a 2a 2a 2a 2a 2a  |y.    .   ******|
00000290  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000002c0  2a 2a 2a 2a 2a 2a 0a                              |******.|
000002c7