Create File

This function is used to create a file at specified location. You can create file(s) as per your requirements by specifying its location (where to create the file). You can also specify whether the content in this file can be over written or not. If you don't want this file to be over written then specify "Overwrite = False" otherwise keep it 'True'. Its parameters are:

 

Path: It is the path with file name to be created. It is a required parameter.

Overwrite: Its possible values are True/False. It is an optional parameter and its default value is False.

Data: It is the data file. It is an optional parameter. In case it is not specified then the file is created with empty data.

 

 

<CreateFile path="" overwrite="">data</CreateFile>

 

 

 

See Also: