createFile

Creates a file at the destination

bool
createFile
(
string path
,
string fileName = ""
,
bool throwError = false
)

Parameters

path string

The path to the folder in which the file should be creating in

fileName string

The files name

throwError bool

If an exception should be thrown at the event of an error

Meta