I have a list of elements in Sharepoint, they have title, description and the option to have an attachment. It's the classic list.
I need to make a list of all these items, showing the kilobytes of the attachment.
The problem is that I cannot do a FileInfo, because the only path I know is the URI path: http://example.com/../attachments/delete.txt
How can i know the kbs without doing a webrequest that forces me to download the file to get this info.