Function ObservableFile.this
this
(
string filePath,
std .typecons .Flag!("hotReload") hotReload = Flag .no
);
Parameters
| Name | Description |
|---|---|
| filePath | Path to a file. |
| hotReload | Whether to watch the given filePath for changes at runtime. |