Function ObservableFile.this

this (
  string filePath,
  std.typecons.Flag!("hotReload") hotReload = Flag.no
);

Parameters

NameDescription
filePath Path to a file.
hotReload Whether to watch the given filePath for changes at runtime.