ShellBrowserIsFileSystemFolder Method |
Checks if the currently active object is a file system object that can be accesses through a path.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsFileSystemFolder()
Public Function IsFileSystemFolder As Boolean
public:
bool IsFileSystemFolder()
member IsFileSystemFolder : unit -> bool
Return Value
Booleantrue, if the currently active object is a file system object, false otherwise.
See Also