Re: move file
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
|
Not Categorized, Please Help
|
|