I have to build a small dialog that creates a symbolic link to a folder.
In windows I would use mklink /D command.
Is there a possibility to create such links in Qt? I have only seen QFile creating links between files and that they need to end with .lnk (http://qt-project.org/doc/qt-4.8/qfile.html#link) QDir on the other hand does not provide anything.
Any suggestions?
Best regards, Richard
See Question&Answers more detail:os