Results 1 to 2 of 2

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

  1. #1
    Join Date
    Jan 2007
    Posts
    326
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X

    Smile How to Copy folder from one dir. to another dir.

    Hi to all..

    I m new to learn qt on linux operating system.So pls help me in this, i m having a problem that i want to copy folder from one directory to another directory with the help of qt programming on linux operating system....Pls give me the solution of this problem..I want the code for this problem...


    Thanx to all


    Cheers
    Merry
    Last edited by merry; 23rd January 2007 at 04:45. Reason: updated contents

  2. #2
    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.

  3. 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.