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 "PathStripToRoot" in [All]

shlwapi

.
Summary
PathStripToRoot - Removes all parts of the path except for the root information.
.

[DllImport("shlwapi.dll", EntryPoint = "PathStripToRootW",  SetLastError = true, CharSet = CharSet.Unicode)]

.

static extern bool PathStripToRoot([MarshalAs(UnmanagedType.LPTStr)]string pszPath);

.

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

.

Public Function PathStripToRoot(<MarshalAs(UnmanagedType.LPTStr)>pszPath As String) As <MarshalAs(UnmanagedType.Bool)>Boolean

.

Public Declare Function PathStripToRoot Lib "shlwapi" Alias "PathStripToRootA" _

.
Documentation
[PathStripToRoot] on MSDN

 
Access PInvoke.net directly from VS: