how to create a file through csharp script

Code Example - how to create a file through csharp script

                
                        using System.IO;

File.Create("filePath"); //the file path should include the file's name