fsfilter-rs icon indicating copy to clipboard operation
fsfilter-rs copied to clipboard

Experimental: A rust library to monitor filesystem 🪛 and more in windows

Results 1 fsfilter-rs issues
Sort by recently updated
recently updated
newest added

Upon further inspection, changing the "extension" attribute for the IOMessage struct from [wchar_t; 12] to [wchar_t; 24] did the trick and it ran fine after that. This was done in...