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.
To create a new file, use the add file command.
Example:
This will open a empty file called file.fp in your current directory.
To open the file editor in FreezeOS, use the open editor command. Then to open file.fp type
This will open the FreezeOS file.fp where you can edit the file. After editing click enter and it will show the updated version
You can write text directly into the terminal using the echo command.
This command writes some text in the terminal
• Use the file editor rather than echo, its the most stable.
• Restarting the OS may delete your unsaved files.