Oxygen Basic
Programming => Problems & Solutions => Topic started by: chrisc on April 25, 2018, 11:08:54 AM
-
In PB we can erase a file using the Kill statement
http://www.manmrk.net/tutorials/basic/PowerBASIC/pbcc/kill_statement.htm (http://www.manmrk.net/tutorials/basic/PowerBASIC/pbcc/kill_statement.htm)
what is the equivalent statement in O2 , i can't find this statement inside oxygen_help.chm file
-
There are winapi functions - copyfile,deletefile etc ..
you must search for them ,they are easy..
-
Thanxx Aurel