How to get the file size of Storage File in Windows phone app
How to get the file size of Storage File in Windows phone app #wpdev http://wtuts.me/filesize
StorageFile class provides different methods with the help of which we can retrieve the file size of a give StorageFile.
In the given function below we retrieve the file size of a given StorageFile using GetBasicPropertiesAsync() method. This method returns the basic properties of the given Storagefile in form of class object from which we can get the size of the given StorageFile.
https://gis…
View On WordPress














