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

shlwapi

.
Summary
PathIsDirectory - Verifies that a path is a valid directory
.

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

.

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

.

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

.

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

.

Public Declare Function PathIsDirectory Lib "shlwapi" Alias "PathIsDirectoryA" _

.
Documentation
[PathIsDirectory] on MSDN

 
Access PInvoke.net directly from VS: