home *** CD-ROM | disk | FTP | other *** search
- PATH: HI command
- Lists the full pathname of a data file or directory on local
- or remote systems.
-
- SYNTAX:
- path [inpath-list] [to|over|after outpath-list] [r]
-
- PARAMETERS:
-
- inpath-list
- One or more filenames, separated by commas, whose pathnames
- you want to list. Wildcards are permitted.
-
- to|over|after outpath-list
- Writes the output to the specified files rather than to the
- screen. If you specify multiple input files and a single
- output file, path appends the remaining input file pathnames
- to the end of the output file.
-
- r(oot)
- Specifies that the pathname should start from the root
- directory of whatever device holds the file or directory.
-
- ADDITIONAL INFORMATION:
-
- This command is useful for finding where you are located within
- the file structure. The output is similar to the following when
- invoked with no input file list:
-
- -path <CR>
- :sd:user/world
-
- For further information on this command, refer to the
- Command Reference manual.
-