Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以获得设备和外部存储上的可用空间?
我需要知道用户是否有足够的空间从服务器下载文件。
这可能是您正在寻找的吗?
IsolatedStorageFile.GetUserStoreForApplication().AvailableFreeSpace;
根据msdn文档
获取一个值,该值表示可用于独立存储的可用空间量。