Documentation for a minimal subset of the QSM API
DeleteFile Method (name)
Namespaces > QS.Fx.Filesystem > IFolder > DeleteFile(String)
Delete the file with the given name in this folder.
Syntax
C#Visual BasicManaged C++
void DeleteFile (
	string name
)
Sub DeleteFile ( _
	name As String _
)
void DeleteFile (
	String^ name
)
Parameters
name (String)
The name of the file to delete.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0