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

shlwapi

.

static extern bool PathIsSameRoot([In] String pszPath1, [In] String pszPath2);

.

Declare Function PathIsSameRoot Lib "shlwapi.dll" (TODO) As TODO

.

bRet = PathIsSameRoot(@"C:\path1\one", @"C:\path2\two");

.

bRet = PathIsSameRoot(@"C:\path1\one", @"E:\acme\three");


 
Access PInvoke.net directly from VS: