Generic Filename Type

A Generic Filename is a filename with no specific format requirement. Unlike Map Filename Type, Table Filename Type, Lookup Table Filename Type, and Weights Filename Type โ€” each of which expects an extension matching its own file format โ€” a Generic Filename accepts any file path. Generate Temporary File is a typical source of one, since a temporary file isn't tied to any particular format.

GUI Editor

Invalid Link
Graphical representation of the generic filename editor

The generic filename editor presents a file browser for selecting the target file, or typing its path directly.

EGO Script

A Generic Filename constant is written in EGO Script the same way as a String literal, enclosed in double quotes โ€” see Constants for the general filename validation rules:

"c:/data/output.txt"

Automatic Conversions