TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-269
#NEXTFILENAME Built-In Function
#NEXTFILENAME Built-In Function
Use #NEXTFILENAME to obtain the file whose name follows the specified file
alphabetically on a given volume. #NEXTFILENAME invokes the NEXTFILENAME
operating system procedure.
file-name
is the file name after which to begin the search for the next file name. Partial file
names are expanded using the current defaults.
Result
#NEXTFILENAME returns the name of the located file.
Consideration
If you omit file-name, #NEXTFILENAME returns the first file in the current default
volume and subvolume.
#NEXTFILENAME [ file-name ]