--- title: "Files & The C-Programming Language" type: "article" slug: "files-the-c-programming-language" url: "http://localhost/article/files-the-c-programming-language/" markdown_url: "http://localhost/article/files-the-c-programming-language.md" published_at: "2026-02-08T01:26:17+00:00" modified_at: "2026-02-08T01:26:18+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "There are times when a program needs to access disk-based storage systems. Text files or data is normally stored or retrieved from a floppy or hard drive. On the QL, data files can also be transferred across the serial ports, in the same manner as a floppy drive. The subject of this article is the…" category: - name: "International QL Report" slug: "international-ql-report" taxonomy: "category" url: "http://localhost/category/periodicals/international-ql-report/" post_tag: - name: "C (programming language)" slug: "c-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/c-programming-language/" - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Will Horton" slug: "will-horton" taxonomy: "indiv" url: "http://localhost/indiv/will-horton/" publication_r: id: 33740 title: "International QL Report" type: "periodical" url: "http://localhost/periodical/international-ql-report/" authors_r: - name: "Will Horton" slug: "will-horton" taxonomy: "indiv" url: "http://localhost/indiv/will-horton/" volume: "2" issue: "4" issues_articles: - id: 37217 title: "International QL Report V2 I4" type: "issue" url: "http://localhost/issue/international-ql-report-v2-i4/" pages: "140-150" pubdate: "November/December 1992" archive_link: false --- # Files & The C-Programming Language There are times when a program needs to access disk-based storage systems. Text files or data is normally stored or retrieved from a floppy or hard drive. On the QL, data files can also be transferred across the serial ports, in the same manner as a floppy drive. The subject of this article is the necessary file handling required to access the QL input and output(I/O) channels.