string CreateFile(string filePath)

Creates a file, and returns true if the file was created.

Security

Trust Level Required: Full Trust

Parameters

Name Description
filePath The path to the new file.

Return

A JSON string where Bool indicates if the function succeeded and Str is an error message on failure.