.combine(
new CloudStorePath( newName, true,
PathUtil.ROOT_DIRECTORY ) ).getAbsolutePath( ) );
if ( newDir.existsInStore( ) )
{
throw new DirectoryAlreadyExistsException( "Directory '"
+ directory.getPath( ).getAbsolutePath( )
+ "' already exists in the store." );
}
sendRenameDirectoryRequest( directory, newName );