====== Generate Temporary File ====== ===== Description ===== Create a temporary file. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Extension | [[string_type|String]] | The desired extension for the generated temporary file. Extension must contain letters and numbers only. | ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ | Create File | [[boolean_value_type|Boolean Value]] | If generated filename will be created or have its path reserved only. | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Filename | Generic Filename | The filename of the generated temporary file. | ===== Group ===== [[Functor List#Input/Output | Input/Output]] ===== Internal Name ===== GenerateTemporaryFile