Closed ghost closed 8 years ago
I see no examples showing how to determine if an item returned in a list is a file or folder. How can i do this?
If item.File != null then you know it's a file.
item.File != null
I see no examples showing how to determine if an item returned in a list is a file or folder. How can i do this?