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

Directory.EnumerateFiles returns DFSR related system files #47567

Open
catmanjan opened this issue Mar 13, 2025 · 0 comments
Open

Directory.EnumerateFiles returns DFSR related system files #47567

catmanjan opened this issue Mar 13, 2025 · 0 comments
Assignees
Labels
Area-NetSDK untriaged Request triage from a team member

Comments

@catmanjan
Copy link

Hello we are using Directory.EnumerateFiles to find files on a DFSR file share like so:

Directory.EnumerateFiles(_path, "*", new EnumerationOptions()
            {
                RecurseSubdirectories = true
            });

EnumerationOptions is supposed to skip system files by default, and my understanding is that DFSR related files like ConflictAndDeletedManifest.xml are marked as system files, however they are being returned by the EnumerateFiles function.

.NET 9

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-NetSDK untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

2 participants