Results 1 to 2 of 2

Thread: How to Copy folder from one dir. to another dir.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to Copy folder from one dir. to another dir.

    Copying a folder is more complex than copying a file. You need to recursively copy all sub-folders and files as well. On UNIX (including Linux) you will have to work your way around soft links and such to avoid getting caught in a recursive loop.

  2. The following user says thank you to e8johan for this useful post:

    merry (29th January 2007)

Similar Threads

  1. books to learn Qt
    By nimmyj in forum Newbie
    Replies: 2
    Last Post: 8th December 2006, 21:16

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.