This release contains some breaking changes, but watchers can more easily watch symbolic links.
Changes
- Attempting to construct a
FileSystemWatcher
with a relative path that leads to outside of the game directory will now throw an error. FileSystemWatcher.GetPath()
will no longer be guaranteed to have a trailing separator.- Added
FileSystemWatcher.WatchDirectoryLinks
, which toggles whether to watch subdirectory symbolic links. By default, this is set totrue
. FileSystemWatcher.RetryInterval
is now deprecated and does nothing.