I have a document (FILE-1
) with two parent folders (FOLDER-1
and FOLDER-2
).
If I delete FOLDER-1
, FILE-1
is also deleted. However, I expected that only FOLDER-1
would be deleted, and removed as a parent of FILE-1
, which would be left intact.
Is this the intended behavior, or a bug?