Difference Between directory and path in Qdir
-
wrote on 11 Oct 2013, 13:39 last edited by
I was Working with Qdir and I am a little confused that what is the Difference Between directory and path in Qdir ? can someone explain that to me plz ?
-
about what "directory" you are talking about?
-
wrote on 11 Oct 2013, 14:04 last edited by
I mean what is a difference between creating a folder called "nnn" with mkdir and mkpath ? or what is the difference between using rmpath or rmdir for removing it ?
-
oh k.
i think the "dir" variants are intended to use in the current working directory and should create a single folder. Meaning it only accepts a name of a directory to create.
I understand the "path" variants are intended to contain paths (instead of a single name).
1/4