Documentation for a minimal subset of the QSM API
FolderExists Method (name)
Namespaces > QS.Fx.Filesystem > IFolder > FolderExists(String)
Test whether a subfolder with the given name exists in the folder.
Syntax
C#Visual BasicManaged C++
bool FolderExists (
	string name
)
Function FolderExists ( _
	name As String _
) As Boolean
bool FolderExists (
	String^ name
)
Parameters
name (String)
The name of the subfolder.
Return Value
True if a subfolder with the given name exists in this folder, and false otherwise.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0