PathEditIsValidPath Property |
Check if the selected file or folder is existing on your system at the moment.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool IsValidPath { get; }
Public ReadOnly Property IsValidPath As Boolean
Get
public:
property bool IsValidPath {
bool get ();
}
member IsValidPath : bool with get
Property Value
Type:
BooleanSee Also