--- title: "Directory Into Memory" type: "article" slug: "directory-into-memory" url: "http://localhost/article/directory-into-memory/" markdown_url: "http://localhost/article/directory-into-memory.md" published_at: "2026-02-13T22:11:41+00:00" modified_at: "2026-02-13T22:11:42+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "I have seen a number of programs using a microdrive file containing a directory listing. The problem is copying, deleting, etc. as using the file means that the file must be accessed for each task and slows operations down to a crawl. Utilizing the follawing listing af PROCedure’s can allow you to write utilities in…" category: - name: "QL Report" slug: "ql-report" taxonomy: "category" url: "http://localhost/category/periodicals/ql-report/" post_tag: - 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: "Marshall Stiles" slug: "marshall-stiles" taxonomy: "indiv" url: "http://localhost/indiv/marshall-stiles/" publication_r: id: 39073 title: "QL Report" type: "periodical" url: "http://localhost/periodical/ql-report/" authors_r: - name: "Marshall Stiles" slug: "marshall-stiles" taxonomy: "indiv" url: "http://localhost/indiv/marshall-stiles/" volume: "2" issue: "12" issues_articles: - id: 39076 title: "QL Report v2 n12" type: "issue" url: "http://localhost/issue/ql-report-v2-n12/" pages: "2-3" pubdate: "December 15, 1986" archive_link: false --- # Directory Into Memory I have seen a number of programs using a microdrive file containing a directory listing. The problem is copying, deleting, etc. as using the file means that the file must be accessed for each task and slows operations down to a crawl. Utilizing the follawing listing af PROCedure’s can allow you to write utilities in SuperBASIC for directory displays, various copy schemes, etc.