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

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c

Debug channel "shell".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.