Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. File path contain(dot) not support in QProcess
Qt 6.11 is out! See what's new in the release blog

File path contain(dot) not support in QProcess

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mathi77in
    wrote on last edited by
    #1

    Hi All,

    QProcess use pass 3 QStringList arguments. one is Number, second is input_path, and third is output_path.

    My problem is Output path folder name contain (dot) (ex @C:/testttt V.10/exitproce/@). In that case can not create output files in under (C:/testttt V.10/exitproce/) folder. output files are create c:/ drive only.

    why can't create files in following folder(C:/testttt V.10/exitproce/)

    Regards,
    M.Mathivanan.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      Hi,

      perhaps, the problem is not the dot but the space in the path?
      I would try to put the argument into exclamation marks.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        I am wondering if this is a problem with QProcess, or with the application you are trying to run with it. QProcess does not determine how the other application interprets its commandline. Did you check if your app supports the commandline you want to pass it by manually calling it with that commandline?

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved