期望获取系统剩余存储空间,以byte为单位(数字类型)和 系统存储总空间,以byte为单位(数字类型)通过【@ohos.file.storageStatistics (应用空间统计)】这个方法获取的数据好像和时间不准确,请问有其他方法获取吗?
=Fmailto:6942@ohos.file.storageStatistics getCurrentBundleStats 获取当前应用的存储空间大小(单位为Byte)@ohos.file.statvfs getFreeSize 获取指定文件系统的剩余空间大小(单位为Byte)查询总的内存大小的方法可以使用@ohos.file.statvfs (文件系统空间统计)中statvfs.getFreeSize()和statvfs.getTotalSize()获取指定文件系统空闲字节数和总字节参考链接:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/app-fs-space-statistics-V5
=Fmailto:6942@ohos.file.storageStatistics getCurrentBundleStats 获取当前应用的存储空间大小(单位为Byte)
@ohos.file.statvfs getFreeSize 获取指定文件系统的剩余空间大小(单位为Byte)
查询总的内存大小的方法可以使用@ohos.file.statvfs (文件系统空间统计)中statvfs.getFreeSize()和statvfs.getTotalSize()获取指定文件系统空闲字节数和总字节
参考链接:
https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/app-fs-space-statistics-V5