Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 984 Bytes

OpenFileDirectory.md

File metadata and controls

22 lines (16 loc) · 984 Bytes

OpenFileDirectory - [source code]

Ues this component to Open a file/directory in windows explorer. This is particularly useful for understanding where the results of Energy/Daylight simulations are located on your system.

Args: _filePath: Either a File path or a Directory path that you want to open in Explorer. If a file-path is provided then the directory containing the file is opened. If a folder-path is provided then the folder containing that folder is opened.

Inputs

  • filePath [Required]

File path or Directory path

Outputs

  • ReadMe!

The execution information, as output and error streams

Check Hydra Example Files for OpenFileDirectory