我正在尝试访问cordovaiOS应用程序中的文件系统,但当我使用getDirectory方法时它总是返回错误代码3(ABORT_ERR)。我正在使用以下代码:window.requestFileSystem(LocalFileSystem.PERSISTENT,0,onFileSystemSuccess,fail);functiononFileSystemSuccess(fileSystem){console.log(fileSystem.name);dataDir=fileSystem.root.getDirectory("ozzie",{create:true},getDir,f