How to read document size using Aspose.Words for .NET

I am supposed to scan all files and sub-directories in a specific given dir. Is it possible to present tree size report of all files and folders with their respective size using aspose apiScreenshot (93).png (76.6 KB)
? Please refer to the provided image for sample.

@alishasharma

Aspose.Words for .NET is a class library that enables your applications to perform a great range of document processing tasks. Aspose.Words does not provide API to get the size of file/directory. You can use .NET API (System.IO) to work with files and directories. Please check the code examples shared in the following link.