Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FileSystemWatcher to AlphaFS with support for long paths. #1

Open
alphaleonis opened this issue Jan 15, 2015 · 2 comments
Open
Milestone

Comments

@alphaleonis
Copy link
Owner

Issue by alphaleonis from Friday Jan 02, 2015 at 19:32 GMT
Originally opened as #1


The System.IO.FileSystemWatcher class has not been replicated in this project which it should be.
If you want completeness.
Thanks!

@alphaleonis alphaleonis added this to the Future milestone Jan 15, 2015
@alphaleonis
Copy link
Owner Author

Comment by alphaleonis from Friday Jan 02, 2015 at 19:32 GMT


Copied from CodePlex.
Comments:

So I guess we are talking about the following function

http://msdn.microsoft.com/en-us/library/windows/desktop/aa364417(v=vs.85).aspx

FindFirstChangeNotification and subsequent calls to FindNextChangeNotification.

"Obtaining Directory Change Notifications"

http://msdn.microsoft.com/en-us/library/aa365261.aspx

@alphaleonis alphaleonis changed the title FileSystemWatcher not included in project Add FileSystemWatcher to AlphaFS with support for long paths. Jan 24, 2015
@mwolfaardt
Copy link

I would love to see this feature and enhancement to it, I normally get the problem that the system fires the change event before the file has been written completely, leaving you with a change to files that doesn't exist yet..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants