static void Main(string[] args) { FileStream fs = new FileStream(File.Open("World"); FileSystemWatcher.watch(fs); }