Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# create file

System.IO.File.Create(@"C:WhateverFolderWhateverFile.txt");
 
PREVIOUS NEXT
Tagged: #create #file
ADD COMMENT
Topic
Name
4+8 =