import "os" # this copies the contents from /tmp/input and puts them in /tmp/output file "/tmp/output" { state => $const.res.file.state.exists, content => os.readfile("/tmp/input"), }