Results 1 to 2 of 2

Thread: copy a file ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    92

    Post

    Hii

    what is the cod to copy files from one place to another ?

    please help me !

  2. #2
    Guest
    Taken from VB's Help File:

    Code:
    SourceFile = "SRCFILE"	' Define source filename.
    DestinationFile = "DESTFILE"	' Define target filename.
    FileCopy SourceFile, DestinationFile	' Copy source to target.

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