Skip to content
0SP edited this page Aug 17, 2025 · 5 revisions
  • Read 1 line text file: it8c.file_read_line("file")

  • Write 1 line text file: it8c.file_write_line("contentline","file")

  • Read text file to list (1D array): it8c.file_read_text("file")

  • Write text list file (1D array): it8c.file_write_text("list","file")

  • Check if text file exists: it8c.file_exists("file")

  • Print text file: it8c.file_print_text("file")

Clone this wiki locally