unplugged-system/test/dittosuite/example/create_delete_file.ditto

20 lines
279 B
Plaintext

main: {
instruction_set: {
instructions: [
{
open_file: {
path_name: "newfile2.txt"
}
},
{
delete_file: {
path_name: "newfile2.txt"
}
}
]
}
},
global {
absolute_path: "/data/local/tmp/";
}