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

shlwapi

.

static extern bool PathFindOnPath([In, Out] StringBuilder pszFile, [In] String [] ppszOtherDirs);

.

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

.

bool found = PathFindOnPath(sb, new String [] {"c:\\test", "c:\\junk"} );

.
Documentation

 
Access PInvoke.net directly from VS: