Qt从绝对路径复制文件至指定的路径

需求 在实际Qt开发中,常常遇到对 用户经过DialogTree指定的文件 进行移动操做,即copy()方法,将绝对路径下的文件复制到其余路径下。web 方法 主要利用:app QDir::currentPath() //返回应用程序目录的当前绝对路径, //The current directory is the last directory set with //QDir::setCur
相关文章
相关标签/搜索