Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey, Delphi Android, Delphi IOS

Get System Directories Using TPath In Delphi XE5 Firemonkey On Android And IOS

| Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOS

Delphi XE5 Firemonkey Documents Path | Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOSEmbarcadero has a page up which shows a map of all of the TPath functions in Delphi XE5 Firemonkey and what they resolve to on each platform. It also details which path functions resolve on Android, IOS, Windows, and OSX. The most useful path is probably going to be TPath.GetDocumentsPath and most of the time that is probably the path you want to use to store files for your app in. TPath is located in System.IOUtils so you will need to include that in your uses clause to be able to use TPath. There are some other useful paths defined especially for specific types of applications like there is a TPath.GetCachePath function which could be a place to store any cache files that you use in your app. TPath.GetCameraPath, TPath.GetMusicPath, and TPath.GetDownloadsPath also look useful but only on Android (they don’t resolve to anything on IOS according to the page. Also check out this demo app from Embarcadero where they demonstrate deploying a file and then loading it from TPath.GetDocumentsPath.

Head over to Embarcadero’s page to get the full cross platform system directories path function map.

Exit mobile version