ShellBrowser .Net Edition
FileOrFolderExists Method (aPath)
NamespacesJam.ShellPathCollectionFileOrFolderExists(String)
Checks if the given path exists.
Declaration Syntax
C#Visual BasicVisual C++
public static bool FileOrFolderExists(
	string aPath
)
Public Shared Function FileOrFolderExists ( _
	aPath As String _
) As Boolean
public:
static bool FileOrFolderExists(
	String^ aPath
)
Parameters
aPath (String)
A path to a file or directory
Return Value
true, if the given path exists on the current PC, false if it does not exist.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)