diff -r b2d7615aebc4 -r 6401bc2cfa4b DirectoryContentsBrowser.st --- a/DirectoryContentsBrowser.st Wed Aug 21 17:25:26 2019 +0200 +++ b/DirectoryContentsBrowser.st Wed Aug 21 17:25:38 2019 +0200 @@ -1750,7 +1750,7 @@ draggedItem isNil ifTrue:[ destinationPath := self directory. ] ifFalse:[ - destinationPath := self getDirWithoutFileName:(draggedItem fileName). + destinationPath := self class getDirectoryOf:(draggedItem fileName). destinationPath baseName = '..' ifTrue:[ destinationPath := self directory directory. ]