计算独立存储中文件的大小
除了打开文件流并调用“Length”属性之外,我似乎找不到确定独立存储中文件大小的方法。有没有更有效的方法来做到这一点?
谢谢
I can't seem to find a way to determine the size of a file in Isolated Storage besides opening up the file stream and calling the "Length" property. Is there a more efficient way of doing this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现了一些技巧可以让它发挥作用。您要做的就是使用反射来获取所需文件的完全限定文件路径,然后创建一个新的文件信息对象:
I found a bit of a hack to make it work. What you have to do is use reflection to get the fully qualified file path to the file you want then create a new file info object: