CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    filecopy function

    I can't get it to work withouyt a file/path error

    On a click procedure I have

    call filecopy("c:\test.txt","c:\windows")


    it doesn not like this, what am I doing wrong



  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: filecopy function

    When you use FileCopy you need to specify FileCopy c:\test.txt","c:\windows\test.txt
    Yoou need to add the name of the file at the end of destination, FileCopy can also be used to rename files, or backing them up....


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

Featured