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
Syntaxpublic bool IsValidPath { get; }
Public ReadOnly Property IsValidPath As Boolean
Get
public:
property bool IsValidPath {
bool get ();
}
member IsValidPath : bool with get
Property Value
Type:
Boolean
See Also