Click or drag to resize

PathCollectionFileOrFolderExists Method

Checks if the given path exists.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static bool FileOrFolderExists(
	string aPath
)

Parameters

aPath  String
A path to a file or directory

Return Value

Boolean
true, if the given path exists on the current PC, false if it does not exist.
See Also