Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
printInFile("C:/story.txt", "Once upon a time...");

Prints to the file story.txttxt file the record Once upon a time...

Notes

Note
  1. It is recommended that you use forward slashes ( / ) for file paths. As a general observation, please use the silEnv() routine to create an absolute path.

...