HOW to copy the all Cd to a folder in c: ?????

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • arobaskette
    Forum Member
    • Apr 2007
    • 5

    HOW to copy the all Cd to a folder in c: ?????

    I ve read a lot of the faq and found a lot of things but i still have a problem.
    i use the code given by WORM " http://www.indigorose.com/forums/sho...highlight=copy " wich is great and helpfull but if it copies folders there are no files in in the folders created ????????????????

    can u explain me please?
  • arobaskette
    Forum Member
    • Apr 2007
    • 5

    #2
    perhaps it can help i ve changed :


    if CopyFolder("D:\\", "C:\\Program Files\\My App") == 0 then

    with

    _SourceFolder = Folder.GetCurrent();
    if CopyFolder(_SourceFolder, "C:\\test") == 0 then

    Comment

    • jawan
      Forum Member
      • Jul 2007
      • 2

      #3
      Thanx 4 reply and info

      Comment

      Working...
      X