Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7927453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:18:51+00:00 2026-06-03T19:18:51+00:00

I am trying to copy a file from one location to another( in a

  • 0

I am trying to copy a file from one location to another( in a device) using C++/Qt

I tried QFile::copy(“path1/file”,”path2″);

I want to copy the file in path1 to path2. path2 does not have the file.

I just want to know if this is the right way because the above code does not seem to work.

Also, should I do a file open before I try to copy? Need help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T19:18:53+00:00Added an answer on June 3, 2026 at 7:18 pm

    If you want to copy path1/file into path2 with the same file name, you’ll want to do:

    QFile::copy("path1/file", "path2/file");
    

    Copy allows you to change the name of the file. Example:

    QFile::copy("path1/file1", "path1/file2");
    

    Which is why you need to include the file name both times. Also, it is not necessary to open the file first. And to answer the title question, it copies the file. QFile::rename() moves the contents.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to copy a file from one location to another using SHFileOperation: SHFILEOPSTRUCT
I'm trying to copy some files from one network share to another using File::Copy.
Basically I'm trying to copy a file from one place to another but I
I'm trying to copy file content from one file to another: srcp = './output/name.jar'
I am new to programming, trying to copy files from one location to another,
im trying to copy 300 lines from one file to another, in source file
I am trying to copy files from one user's home directory to another user's
I am trying to copy an SPListItem (with file) from one site collection to
I'm trying to copy a chunk from one binary file into a new file.
I am trying to copy files from one directory to another and test based

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.