FolderPath Order

I wanted to confirm that the FolderPath list from describe_folder call always returns in order. Is the first element of that list always the root folder?

[describe_folder - Boto3 1.35.54 documentation](https://Describe Folder boto3)

Hi!

Yes, the first element in the FolderPath list is always the root folder, and each subsequent element represents a child folder in that path.

Hopefully this helps!