This website works better with JavaScript
Home
Explore
Help
Sign In
blitz
/
blitzmax
mirror of
https://github.com/blitz-research/blitzmax.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
v151
Branches
Tags
develop
master
v151
v150
blitzmax
/
mod
/
brl.mod
/
filesystem.mod
/
doc
/
deletefile.bmx
deletefile.bmx
97 B
Permalink
History
Raw
1
2
3
4
' deletefile.bmx
success=deletefile("myfile")
if not success runtimeerror "error deleting file"