1605
1605
# Get the entry - the ensures that file_id, dirname exists and has
1607
1607
entry = self._get_entry(1, file_id, dirname)
1608
1612
# Parents of things must be directories
1609
1613
if entry[1][1][0] != 'd':
1610
1614
self._changes_aborted = True