Results 1 to 2 of 2

Thread: (In response to my old post) I need to know just 1 more thing...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Location
    Posts
    30
    Well i thank all of you that posted in response to my previous post
    http://forums.vb-world.net/showthrea...threadid=41138
    Right now i am incredibly close to finally having what i want to happen work. But the problem is the FileCopy funtion won't work for me!
    I have tried all the diffrent ways that i could think of but some of them gave me errors right away and some gave me errors when i clicked the button.
    Here is the code that im having trouble with

    Code:
    Command1_Click()
    Dim MyData As String
    Dim dData As String
    MyData = App.Path & "\Data\Bin"
    dkData = App.Path & "\Data\Backup"

    FileCopy "MyData", "dkData"
    Dreys
    "Your worst enemy is your greatest teacher."

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Well, for starters, if you are using variables to represent the filenames, you don't include the ""'s
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

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