Hello<br><br>I found a bug when I used the Organize Files option in the Collection browser.  When I tried organizing my files by Album, it copied a file out of each directory and moved it to the collection root and renamed it to what the new folder should have been.  I found that SqlCollectionLocation::startNextJob wasn&#39;t creating the directory because it was trying to make the collection root folder, which already existed instead of the Album folder in the collection root.<br>

<br>Also, I created a new variable; KUrl finalDest, which is dest + the name of the file to copy.  My suspicion is that Kio::copy_file works like the cp command and needs the name of the file to copy, and not just the directory to put it in.<br>

<br>The patch is attached.<br><br>Casey Jones<br>