Get SD card and executable path in Android and iOS with Delphi XE5 [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . How do I get the SD card path and how do I get the executable path in Android and iOS using Delphi XE5? 回答1: Use System.IoUtils.TPath. The SD card path is obtained by using TPath.GetDocumentsPath , and the base directory of the app should be found with TPath.GetHomePath . uses IOUtils; var AppPath, CardPath: