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) |
- pszPath
Address of a string that contains the path and file name that will have the path portion removed. |
|