Scroll to navigation

PathRemoveBackslashA(3w) Wine API PathRemoveBackslashA(3w)

NAME

PathRemoveBackslashA (SHLWAPI.@)

SYNOPSIS

LPSTR PathRemoveBackslashA
(
LPSTR lpszPath
)
 

DESCRIPTION

Remove a trailing backslash from a path.
 

PARAMS

lpszPath [In/Out] Path to remove backslash from.
 

RETURNS

Success: A pointer to the end of the path
Failure: NULL, if lpszPath is NULL
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c".
Debug channel "shell".
Oct 2012 Wine API