Delete the file with the given name in this folder.
            

 Syntax
| C# | Visual Basic | Managed 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