PathCollectionFileOrFolderExists Method |
Checks if the given path exists.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static bool FileOrFolderExists(
string aPath
)
Public Shared Function FileOrFolderExists (
aPath As String
) As Boolean
public:
static bool FileOrFolderExists(
String^ aPath
)
static member FileOrFolderExists :
aPath : string -> bool
Parameters
- aPath
- Type: SystemString
A path to a file or directory
Return Value
Type:
Booleantrue, if the given path exists on the current PC, false if it does not exist.
See Also