errpath [-W width] [-a | -l] [file_options] [-rtwx] [-e error]
helppath [-W width] [-a | -l] [file_options] [-rtwx] [-h help]
valpath [-a | -l] [file_options] [-rtwx] input
The pathname must obey the criteria specified by the first group of options. If no criteria are defined, the pathname must be for a normal file that does not yet exist. If neither -a (absolute) or -l (relative) is given, then either is assumed to be valid.
All messages are limited in length to 70 characters and are formatted automatically. Any white space used in the definition (including newline) is stripped. The -W option cancels the automatic formatting. When a tilde is placed at the beginning or end of a message definition, the default text is inserted at that point, allowing both custom text and the default text to be displayed.
If the prompt, help or error message is not defined, the default message (as defined under ``Notices'') is displayed.
Three visual tool modules are linked to the ckpath command. They are errpath (which formats and displays an error message), helppath (which formats and displays a help message), and valpath (which validates a response). These modules should be used in conjunction with FMLI objects. In this instance, the FMLI object defines the prompt.
The options and arguments for this command are:
file_options are:
The following file_options are mutually exclusive: -bcfy, -no, -nz, -bz, -cz.
Enter an absolute pathname [?,q]
An example default error message (using the -a option) is:
ERROR - Pathname must begin with a slash (/).
An example default help message is:
A pathname is a filename, optionally preceded by parent
directories. The pathname you enter:
-- must contain 1 to
NAME_MAX characters
-- must not contain a spaces or special characters
NAME_MAX is a system variable defined in limits.h.
When the quit option is chosen (and allowed), q
is
returned along with the return code 3.
The valpath module does not produce any output.
It returns zero for success and non-zero for failure.