Question

How to know the free space in Windows Phone. I need to know the total free space, not only in IsolatedStorage

Is the "IsolatedStorageFile.GetUserStoreForApplication().AvailableFreeSpace" property returns the total free space of the phone? if not I need to know the total free space and then increase the quota of IsolatedStorage. How can I know the actual space free in the phone.

Was it helpful?

Solution

AvailableFreeSpace is already all free space. On Windows Phone you can use all Isolated Storage space without increasing quotas

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top