Mistium / Origin-OS

originOS is a scratch desktop gui made by @Mistium
https://origin.mistium.com
24 stars 9 forks source link

[Suggestion] New File Commands #148

Closed Mistium closed 2 days ago

Mistium commented 6 days ago

basically just wrappers for the terminal commands

file "set_file" "name.type" "content"
// returns the uuid of the file
file "goto_dir" "/directory" // slash is the user folder

file "goto_dir" "/downloads"
log listFiles()

file "move" "name.type" "/downloads"
file "rename" "name.type" "newname.type"

file "get_file" "name.type"

// will throw an error if you dont have the correct perms