Re: problem with system()

new topic     » goto parent     » topic index » view thread      » older message » newer message

Try this:

  procedure CopyFile(sequence PathFrom,sequence PathTo)
    --PathFrom and PathTo are respective file paths
    --such as "c:\\euphoria\\files\\file1.txt"

    system("copy "&34&PathFrom&34&" "&34&PathTo&34,0)  --  smile

  end procedure


 --Al

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu