Qt – copy a file from one directory to another July 28, 2023 by Tarik You can use QFile which provides a copy method. QFile::copy("/path/file", "/path/copy-of-file");