PathUnquoteSpacesA (SHLWAPI.@)
VOID PathUnquoteSpacesA ( LPSTR lpszPath )
Remove quotes ("") from around a path, if present.
lpszPath | [In/Out] | Path to strip quotes from. |
Nothing.
If the path contains a single quote only, an empty string will result. Otherwise quotes are only removed if they appear at the start and end of the path.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.