fsnotify icon indicating copy to clipboard operation
fsnotify copied to clipboard

A file system monitor in Nim

Results 1 fsnotify issues
Sort by recently updated
recently updated
newest added

Very rarely when polling for a file, os.getLastModificationTime can fail to find the file (as it was just removed) after os.fileExists returns true and thus raises OSError.