Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

Write a text file to disk

  • Last UpdatedJul 22, 2024
  • 1 minute read

dim sw as System.IO.StreamWriter;

sw = System.IO.File.CreateText("C:\MyFile.txt");

sw.WriteLine("one");

sw.WriteLine("two");

sw.WriteLine("three");

sw.Close();

TitleResults for “How to create a CRG?”Also Available in