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 Win32 API mapping for Shlwapi PathIsUNC #767

Closed
wants to merge 2 commits into from

Conversation

ivanwick
Copy link
Contributor

@ivanwick ivanwick commented Feb 7, 2017

PathIsUNC checks whether a string is a valid UNC (Universal Naming Convention) path.

Unit tests were taken from the Microsoft API docs for this function at https://msdn.microsoft.com/en-us/library/windows/desktop/bb773712(v=vs.85).aspx

@matthiasblaesing
Copy link
Member

This looks good. Please add an entry to CHANGES.md for this new feature.

@matthiasblaesing
Copy link
Member

The changes were merged as (squashed together):

b6da29b

Thank you.

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.

2 participants