1. move file

------=_NextPart_000_0007_01BF96B9.77239500
        charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

anybody knows function to move file from one to another directory, not C =
function, simple euphoria

------=_NextPart_000_0007_01BF96B9.77239500
        charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-2" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>anybody knows function to move file =
from&nbsp;one=20
to another directory, not C function, simple =

------=_NextPart_000_0007_01BF96B9.77239500--

new topic     » topic index » view message » categorize

2. 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

new topic     » goto parent     » topic index » view message » categorize

3. Re: move file

i use Jeff's routines every day for file manipulation - they require absolutely
NO setup or editing and are stable as a rock - if windows is your flavor you
can't beat Jeff's routines for painless execution. Thanks Jeff!

new topic     » goto parent     » topic index » view message » categorize

4. Re: move file

nice infomercial!

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu