[This is preliminary documentation and is subject to change.]

Creates an empty file

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static void CreateFile(
	string filePath
)
Visual Basic (Declaration)
Public Shared Sub CreateFile ( _
	filePath As String _
)
Visual C++
public:
static void CreateFile(
	String^ filePath
)

Parameters

filePath
Type: System..::.String
The file path

See Also