Skip to content

Instantly share code, notes, and snippets.

@gitfvb
Created April 25, 2018 15:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gitfvb/3676e7b6b98b161ec8f32d0337dce2e7 to your computer and use it in GitHub Desktop.
Save gitfvb/3676e7b6b98b161ec8f32d0337dce2e7 to your computer and use it in GitHub Desktop.
file watcher in powershell
# show file events like in https://learn-powershell.net/2013/02/08/powershell-and-events-object-events/
$fi = New-Object -Type System.IO.FileSystemWatcher
$fi | gm -type Event | Select Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment