Oxygen Basic

Programming => Problems & Solutions => Topic started by: chrisc on April 25, 2018, 04:37:15 AM

Title: Equivalent of PB Filecopy command
Post by: chrisc on April 25, 2018, 04:37:15 AM
Is there an equivalent of PB Filecopy command in O2 ?   i search the oxygen_help.chm and found nothing.

In PB, the filecopy command is as below

FILECOPY sourcefile, destfile

http://www.manmrk.net/tutorials/basic/PowerBASIC/pbcc/filecopy_statement.htm (http://www.manmrk.net/tutorials/basic/PowerBASIC/pbcc/filecopy_statement.htm)

Title: Re: Equivalent of PB Filecopy command
Post by: José Roca on April 25, 2018, 05:19:57 AM
https://msdn.microsoft.com/es-es/library/windows/desktop/aa363851(v=vs.85).aspx
Title: Re: Equivalent of PB Filecopy command
Post by: chrisc on April 25, 2018, 10:48:15 AM
Thanxx Jose