|
@@ -420,7 +420,7 @@ namespace Usm {
|
|
|
if(dest.query_exists()) {
|
|
if(dest.query_exists()) {
|
|
|
dest.delete();
|
|
dest.delete();
|
|
|
}
|
|
}
|
|
|
- var parent = src.get_parent();
|
|
|
|
|
|
|
+ var parent = dest.get_parent();
|
|
|
if(!parent.query_exists()) {
|
|
if(!parent.query_exists()) {
|
|
|
parent.make_directory_with_parents(null);
|
|
parent.make_directory_with_parents(null);
|
|
|
}
|
|
}
|