deletefile.bmx 126 B

12345
  1. ' deletefile.bmx
  2. SuperStrict
  3. Local success:Int = DeleteFile("myfile")
  4. If Not success RuntimeError "error deleting file"