Checks if the given path exists.

Declaration Syntax
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)