2

我在我的应用程序基目录中使用以下代码:

// /private/var/mobile/Applications/exampleID/example.app/ 
FAppDataDirPath := GetHomePath + PathDelim + Application.Title + '.app' + PathDelim;
// /private/var/mobile/Applications/exampleID/example.app/Library/
FAppDataLibraryDirPath := FAppDataDirPath + 'Library' + PathDelim;

在 iOS 模拟器上,这两条路径都存在。

但是,在 iOS 设备上仅存在FAppDataDirPath。不能使用ForceDirectories创建“库”变体

怎么了?:(

4

0 回答 0