I'm working with phonegap API developing in IOS. I need to retrieve the storage directory synchronously. I am trying to use window.requestFileSystemSync(LocalFileSystem.PERSISTENT,0)
but window.requestFileSystemSync
is undefined
. Any help? Thanks
According to the documentation of PhoneGap v1.1.0, there is only an asynchronous method to do this called requestFileSystem
.