You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Congratulations for you great library I use in my sync software: Echosync.
DirectoryEnumerationOptions.ContinueOnException is a great option but it would be great also to have a way to retrieve errors happened during the enumeration.
What do you think about this idea?
Thanks again.
Regards,
Cyber Sinh
The text was updated successfully, but these errors were encountered:
I have implemented this feature: you may pass a set of filters into overloaded Enumerate methods and with DirectoryEnumerationOptions.ContinueOnException OFF your callback filter will be called. In your callback method you may log the error, ask the user, etc. and if the process should continue (as with DirectoryEnumerationOptions.ContinueOnException ON) your method will return true, false otherwise.
Hi,
Congratulations for you great library I use in my sync software: Echosync.
DirectoryEnumerationOptions.ContinueOnException
is a great option but it would be great also to have a way to retrieve errors happened during the enumeration.What do you think about this idea?
Thanks again.
Regards,
Cyber Sinh
The text was updated successfully, but these errors were encountered: