when using a framework...
-
maybe this question sounds a little bit stupid but, when i'm using
Qtwith, sayC++(orPython), whose methods of file handling should i use -QtorC++(orPython)?i mean,
Qthas broader functionalities thanC++but for examplePythoncan do the same asQt- detect whether a path is a file or directory, etc. -
maybe this question sounds a little bit stupid but, when i'm using
Qtwith, sayC++(orPython), whose methods of file handling should i use -QtorC++(orPython)?i mean,
Qthas broader functionalities thanC++but for examplePythoncan do the same asQt- detect whether a path is a file or directory, etc.@user4592357 Well, you can use what you want/prefer. When using Qt it makes sense to use Qt functionality to access file system as this integrates well with other parts of Qt.