iPhone: available disk space

前端 未结 3 1431
清酒与你
清酒与你 2021-01-14 14:30

I am creating an audio-recording application and I need to know how much disk space is available (not ram).

How can I retrieve it?

Thanks.

3条回答
  •  -上瘾入骨i
    2021-01-14 14:51

    I haven't tried this, but since the iPhone is a UNIX based OS you should be able to get the free space on the flash file system using the statfs system call (see link for documentation).

    Just use as parameter the path to the app directory that you plan to write to.

提交回复
热议问题