table of contents
other versions
- wheezy 1.4.1-4
PathUnquoteSpacesA(3w) | Wine API | PathUnquoteSpacesA(3w) |
NAME¶
PathUnquoteSpacesA (SHLWAPI.@)SYNOPSIS¶
VOID PathUnquoteSpacesA(
LPSTR lpszPath
)
DESCRIPTION¶
Remove quotes ("") from around a path, if present.PARAMS¶
lpszPath [In/Out] Path to strip quotes from.RETURNS¶
Nothing.NOTES¶
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.IMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/path.c". Debug channel "shell".Oct 2012 | Wine API |