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.0
Syntax
public static bool FileOrFolderExists(
	string aPath
)

Parameters

aPath
Type: SystemString
A path to a file or directory

Return Value

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