Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to create a file through c# script

using System.IO;

File.Create("filePath"); //the file path should include the file's name 
 
PREVIOUS NEXT
Tagged: #create #file #script
ADD COMMENT
Topic
Name
6+5 =