Results 1 to 3 of 3

Thread: Copy image from one directory to another

  1. #1

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193

    Copy image from one directory to another

    Hi all i was just wondering if there was a way in VB 6.0 to copy a image from a location and move it to another i been searching the forums but couldnt find much

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    to copy a file:
    VB Code:
    1. filecopy "c:\my folder\sourcefile.jpg", "c:\other folder\destinationfile.jpg"

    or to move it:
    VB Code:
    1. Name "c:\my folder\sourcefile.jpg" as "c:\other folder\destinationfile.jpg"

  3. #3

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193
    Thanks it worked

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