I am looking for a simple, cross-platform way to combine paths, directories, and file names into a full C ++ path. I know that python has os.path.join() , and matlab has fullfile() . Does Qt have something similar? QFileInfo does not seem to be able to do this.
c ++ qt filenames path
shoosh
source share