| 208 | } |
| 209 | |
| 210 | bool KDevelop::copyPath(const KDevelop::IProject* project, const KDevelop::Path& source, const KDevelop::Path& target) |
| 211 | { |
| 212 | return copyUrl(project, source.toUrl(), target.toUrl()); |
| 213 | } |
| 214 | |
| 215 | Path KDevelop::proposedBuildFolder(const Path& sourceFolder) |
| 216 | { |