Re: move file

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

It's platform dependent. On DOS or Windows, you could use system("move source
dest",2), or on Linux
you could use system("mv source dest",2). You can also use library functions in
Windows or Linux, and
perhaps you can use DOS file interrupts in DOS. I wrote a library with several
Windows file routines,
which you can find in the archive or on my web site. Otherwise, I don't know of
any, except perhaps
doswrap.e, though I don't recall it supporting file moving.

Jeff Fielding
JJProg at cyberbury.net
http://JJProg.tripod.com/

©koda wrote:

> anybody knows function to move file from one to another directory, not C
> function, simple euphoria
>
>   ------------------------------------------------------------------------
>                Name: FILE.HTM
>    FILE.HTM    Type: Hypertext Markup Language (text/html)
>            Encoding: 7bit

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

Search



Quick Links

User menu

Not signed in.

Misc Menu