Returns a string that is the name of a non-existent file. It is the file system analogous to the database
UNIQUE_NAME function.
Format
UNIQUE_FILE_NAME (Initial File Name)
Argument
Initial File Name | Prefix to use when creating the unique name. |
Example
The following example illustrates the use of the UNIQUE_FILE_NAME function:
Function | UNIQUE_FILE_NAME("test") |
Result | test_1 |