Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "PathRemoveBackslash" in [All]

shlwapi

.
Summary
PathRemoveBackslash - Removes the trailing backslash from a given path.
.

[DllImport("shlwapi.dll", EntryPoint = "PathRemoveBackslashW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

static extern IntPtr PathRemoveBackslash([MarshalAs(UnmanagedType.LPTStr)]System.Text.StringBuilder lpszPath);

.

<DllImport("shlwapi.dll", EntryPoint:="PathRemoveBackslashW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

Public Function PathRemoveBackslash(<MarshalAs(UnmanagedType.LPTStr)>lpszPath As System.Text.StringBuilder) As IntPtr

.

Public Declare Function PathRemoveBackslash Lib "shlwapi" Alias "PathRemoveBackslashA" _

.
Documentation
[PathRemoveBackslash] on MSDN

 
Access PInvoke.net directly from VS: