Results 1 to 7 of 7

Thread: File copy... is there a statement?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    File copy... is there a statement?

    If Kill Statement deletes a file; MkDir, RmDir are for making and removing directories... my question is, "Is there a similiar statement that can perform file copy from source path to destination path?"

    I think I came across it once but I'm not sure if it exists...

    Could someone help me refresh my memory?

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    FileCopy Source Dest
    -= a peet post =-

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629
    Thanks.

    Hehehehe... I feel so stupid I blame my failing memory on old age.

  4. #4
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629


    how old ?
    -= a peet post =-

  5. #5
    Hyperactive Member
    Join Date
    Nov 2002
    Location
    india
    Posts
    418
    hi,

    i think u need this for dos command.
    u can use copy source dest

    in vb
    using filesystem object

    fs.copyfile

  6. #6
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    Originally posted by jayakumar
    hi,

    i think u need this for dos command....

    ? what do you mean ?
    -= a peet post =-

  7. #7
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    there's a dos command

    copy source dest

    same as xcopy



    i assume that's what he meant

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width