home *** CD-ROM | disk | FTP | other *** search
-
- AddPath(1l) Amiga Programmer's Manual AddPath(1l)
-
-
-
- 1mUSAGE
- 0mUsage: addpath [-r] [-a] [-p] directory ...
- -r removes directory from path
- -a appends directory to path, if not already present (default)
- -p prepends directory to path, if not already present
-
- AddPath is somewhat like the standard Commodore Path
- command: you can add directories to the CLI/Shell's search
- path.
-
- But AddPath has 3 additional features when compared with the
- CBM Path 1.2 (and still 2 extra compared with the 2.0
- version):
-
- AddPath does not add a directory to the path if it already
- is in it.
-
- All directories you specify after the -1ma 0moption, or at the
- beginning of the list of directory names, are added to the
- end of the path.
-
- Each directory you specify after the -1mp 0moption, or at the
- beginning of the list of directory names, is prepended to
- the beginning of the path.
-
- Additionally, you can specify that you remove a directory
- from the path (also possible with the 2.0 Path command).
- Any directories you give after the -1mr 0moption are removed.
-
-
- 1mEXAMPLES
- 0maddpath Local:c System:Utilities -r BIG:t -p User:msh/c
-
- 1mCAVEATS
-
- FUTURE COMPATIBILITY
- 0mWhen Commodore dumps the CommandLineInterface structure or
- associated path list this won't work anymore.
-
- 1mBUGS
- 0mNone known.
-
- 1mAUTHOR
- 0mCopyright 1992 by Olaf 3mRhialto 0mSeibert. All rights
- reserved.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rhialto, KosmoSoft -1-
-
-