How to load content of drive to a TStringList (TMSFNCCloudDropBox)

Hi,

There is a way to load content of drive to a TStringList (and possibly filtered by extension) ?

I waiting your answer,
Thank you

Hi,

There is currently no built-in functionality available to export/filter drive content to a TStringList.
You'll have to manually iterate the Drive collection and fill a TStringList based on filename extension.

Is possible to send a sample about how to iterate the drive collection to a TStringlist ?