![]() | ![]() | ![]() | ![]() | ![]() |
GenerateFileName() |
This is a rexx function provided by PPWIZARD. This routine (like all PPWIZARD extensions) can be used with any operating system supported by PPWIZARD.
This function returns a filename which is translated in the same way as the "/Output" switch. It also ensures that any directory component of the generated filename exists.
The parameters are as follows:
Note that the /UNC switch affects how this routine operates.
Example |
;--- For the current input file work out a good name for a debug file --- #evaluate '' ^DebugFile = GenerateFileName('<?InputFile>', 'out\*.DBG')^
![]() | ![]() | ![]() | ![]() | ![]() |