9.1.3 delfile문
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
var res
delfile res,"work/vars_1"
wait res==1,8,*timeout
delfile res,"work2/10??.job" # wildcard
wait res==1,8,*timeout
copyfile res,"project/jobs/0005_sub.job"
wait res==1,4,*timeout
end
*timeout
print "delfile failed"
end