In my custom code on the client, I’m using the Backendless.Files.listing
API to fetch a folder content. In the result, how do I distinguish files from folders? The only difference I’m seeing is that there is no size
property for folders. Is this the recommended way to distinguish them?
Regards,