Create a file with the given name.

Syntax
C# | Visual Basic | Managed C++ |
void CreateFile (
string name
)
Sub CreateFile ( _
name As String _
)
void CreateFile (
String^ name
)

Parameters
- name (String)
- The name of the file to create.
Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0