$ add file

Files Documentation

This document will be migrated when files Version 0.35 releases...

Files in FreezeOS

FreezeOS uses simple .fp files for text files. Because FreezeOS has no "user interface" all files are created and edited using commands in the terminal.

Creating a .fp File

To create a new file, use the add file command.

Example:

add file

This will open a empty file called file.fp in your current directory.

Editing a fp File

To open the file editor in FreezeOS, use the open editor command. Then to open file.fp type

edit

This will open the FreezeOS file.fp where you can edit the file. After editing click enter and it will show the updated version

Writing Text directly

You can write text directly into the terminal using the echo command.

echo

This command writes some text in the terminal

Tips

• Use the file editor rather than echo, its the most stable.
• Restarting the OS may delete your unsaved files.

open editor
```