答案 0 :(得分:7)
使用System.IoUtils.TPath
。使用TPath.GetDocumentsPath
获取SD卡路径,应使用TPath.GetHomePath
找到应用的基本目录。
uses
IOUtils;
var
AppPath, CardPath: string;
AppPath := TPath.GetHomePath;
CardPath :- TPath.GetDocumentsPath;
TPath
中还有其他几个与系统路径相关的功能,包括这些功能(还有很多其他功能 - 你必须看看哪些适用于Android和iOS,因为文档不清楚)
GetTempPath
GetPublicPath
GetCameraPath
GetMusicPath
GetDownloadsPath