BER Programming Language - File Management

BER has commands to create, duplicate, rename, remove, pause, play, restart, and load files.

Creating a File

create "project".exe

This command creates a new file called project.exe.

Duplicating a File

duplicate "project".exe

This duplicates the file.

Renaming a File

rename "project"(num).exe

Renames the file with a new number appended.

Removing a File

remove "project".exe

Deletes the file.

Pause and Play

pause "project".exe
play "project".exe

Pauses or resumes the file’s execution.

Restart and Load

restart "project".exe
load "project".exe

Restarts or loads the file.

Tip: Always use quotes around file names and extensions.