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

shlwapi

.
Summary
PathFileExists - Determines whether a path to a file system object such as a file or directory is valid
.

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

.

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

.

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

.

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

.

Public Declare Function PathFileExists Lib "shlwapi" Alias "PathFileExistsA" _

.
Documentation
[PathFileExists] on MSDN

 
Access PInvoke.net directly from VS: