A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



PathStripPath

Removes the path portion of a fully qualified path and file.

VB4-32,5,6
Declare Sub PathStripPath Lib "shlwapi.dll" Alias "PathStripPathA" (ByVal pszPath As String)

VB.NET
System.IO.FileInfo.Name

Operating Systems Supported
Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 4.0 or later); Requires Windows 98 (or Windows 95 with Internet Explorer 4.0 or later)

Library
Shlwapi

Parameter Information
- pszPath
Address of a string that contains the path and file name that will have the path portion removed.

Return Values
No return value.

Last update: 07 April 2006