Creating Directories
file "goto_dir" "user/documents/my new folder"
// we go to the directory that we want to create
// this directory doesnt exist yet
file "set_file" "hello.txt" "hello world"
// create our hello world file at the current folder
// this command will build the .folder files that are nessecary to have this directoryLast updated