copy files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satknow
    New Member
    • Jul 2008
    • 2

    copy files

    Hi, i want to know how can i do files copy & rename from source to destination in hidden mode in vb6.0?
    please tell me anybody....
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    you need to use FileSystemObjec t for the purpose.

    Comment

    • satknow
      New Member
      • Jul 2008
      • 2

      #3
      Hi, i want to know how can i do files copy & rename from source to destination in hidden mode in vb6.0?

      plz tell me in detailed source code

      Comment

      • !NoItAll
        Contributor
        • May 2006
        • 297

        #4
        What's wrong with:

        Filecopy SourceFile, DestinationFile

        There's nothing you need to hide.

        Comment

        Working...