How do I find and display two files sizes and then display the ratio of their sizes to each other. I have found this,
Code:
FileInfo wordInfo = new FileInfo(FILE_NAME);
but do not understand how to use it. Your help would be appreciated.