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

shlwapi

.
Summary
PathIsFileSpec - Searches a path for any path-delimiting characters, if there are no path-delimiting characters present, the path is considered to be a File Spec path.
.

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

.

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

.

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

.

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

.

Public Declare Function PathIsFileSpec Lib "shlwapi" Alias "PathIsFileSpecA" _

.
Documentation
[PathIsFileSpec] on MSDN

 
Access PInvoke.net directly from VS: