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

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0