Oxygen Basic

Programming => Problems & Solutions => Topic started by: chrisc on April 25, 2018, 11:08:54 AM

Title: Equivalent of PB Kill statement
Post 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
Title: Re: Equivalent of PB Kill statement
Post by: Aurel on April 25, 2018, 11:21:42 AM
There are winapi functions - copyfile,deletefile etc ..
you must search for them ,they are easy..
Title: Re: Equivalent of PB Kill statement
Post by: chrisc on April 26, 2018, 06:21:50 AM
Thanxx Aurel