This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Folder Type ====== A Folder value is a path to a folder, directory, or zip archive. It's the required input to the [[Workdir]] container โ see [[Workdir Type]] for how that container turns a Folder path into an active working directory โ and it's also what [[Folder Junction]] picks between when choosing one of two possible folders coming from different execution pipelines. ===== GUI Editor ===== [{{ :editors:folder_editor.png?nolink |Graphical representation of the folder editor}}] The folder editor presents a browser for selecting the target folder, directory, or zip archive, or typing its path directly. ===== EGO Script ===== A Folder constant is written in [[EGO Script]] the same way as a [[String Type|String]] literal, enclosed in double quotes: <code> "c:/data/" </code> ===== Automatic Conversions ===== * **Converted from**: [[String Type]]. * **Converted to**: [[String Type]]. See [[type_system|Type System]] for the complete conversion reference across all types.