1main: { 2 instruction_set: { 3 instructions: [ 4 { 5 open_file: { 6 path_name: "newfile2.txt" 7 } 8 }, 9 { 10 delete_file: { 11 path_name: "newfile2.txt" 12 } 13 } 14 ] 15 } 16}, 17global { 18 absolute_path: "/data/local/tmp/"; 19} 20