<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Files on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/files/</link><description>Recent content in Files on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 12 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/files/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 5: File System Access - Reading, Writing, and Managing Data</title><link>https://ai-blog.noorshomelab.dev/puter-js-mastery-2026/chapter-5-file-system-access/</link><pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/puter-js-mastery-2026/chapter-5-file-system-access/</guid><description>&lt;h2 id="chapter-5-file-system-access---reading-writing-and-managing-data"&gt;Chapter 5: File System Access - Reading, Writing, and Managing Data&lt;/h2&gt;
&lt;p&gt;Welcome back, future Puter.js masters! In our previous chapters, we laid the groundwork by understanding what Puter.js is and how to interact with its core APIs. Now, it&amp;rsquo;s time to make our applications truly useful by giving them memory: the ability to store and retrieve data.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll dive deep into the Puter.js File System. This is where your applications can read configuration files, save user preferences, store game progress, or even manage complex application-specific data. We&amp;rsquo;ll learn how to perform essential file operations like reading content, writing new data, creating and listing directories, and even cleaning up files and folders. By the end of this chapter, you&amp;rsquo;ll be able to equip your Puter.js apps with persistent storage, making them more dynamic and user-friendly. Ready to give your apps a memory? Let&amp;rsquo;s go!&lt;/p&gt;</description></item><item><title>Chapter 9: File I/O: Interacting with Files</title><link>https://ai-blog.noorshomelab.dev/c-programming-guide/file-io/</link><pubDate>Mon, 03 Nov 2025 01:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/c-programming-guide/file-io/</guid><description>&lt;h1 id="chapter-9-file-io-interacting-with-files"&gt;Chapter 9: File I/O: Interacting with Files&lt;/h1&gt;
&lt;p&gt;Most programs need to interact with the outside world, and often this means reading data from or writing data to files on a storage device (like an SSD or hard drive). This allows your programs to store persistent data, process large datasets, or communicate with other applications.&lt;/p&gt;
&lt;p&gt;In C, file input/output (I/O) is handled through a set of standard library functions declared in &lt;code&gt;&amp;lt;stdio.h&amp;gt;&lt;/code&gt;. This chapter will cover:&lt;/p&gt;</description></item></channel></rss>