Scroll to navigation

PathStripPathA(3w) Wine API PathStripPathA(3w)

NAME

PathStripPathA (SHLWAPI.@)

SYNOPSIS

void PathStripPathA
(
LPSTR lpszPath
)
 

DESCRIPTION

Remove the initial path from the beginning of a filename.
 

PARAMS

lpszPath [In/Out] Path to remove the initial path from.
 

RETURNS

Nothing.
 

IMPLEMENTATION

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