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

Properly implemented vsg::getDirectoryContents on the Windows platform #906

Closed
wants to merge 3 commits into from

Conversation

appcodegen
Copy link
Contributor

@appcodegen appcodegen commented Aug 14, 2023

This change uses the FindFirstFileW/FindNextFileW API function pair (with correct parameters) instead of FindFirstFileNameW/FindNextFileNameW (which only enumerates hard links and was using invalid parameters) to close #905

@appcodegen appcodegen marked this pull request as ready for review August 14, 2023 10:21
@robertosfield
Copy link
Collaborator

Could post the changes as separate PRs, bug fixes are critical and need to tracked separately, the typos should also be separate to personal preferences/style changes. Thanks.

@appcodegen appcodegen closed this Aug 14, 2023
@appcodegen appcodegen deleted the lrdev branch August 14, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vsg::getDirectoryContents is broken on Windows
2 participants