Get access to over 100 FireMonkey cross platform samples for Android, IOS, OSX, Windows, and Linux!

AndroidAppmethodCode SnippetDelphiFiremonkeyIOSOSXWindows

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.

Have Delphi Firemonkey questions? Ask and get answers on StackOverflow.

Related posts
DelphiDemoFiremonkeyLinuxOSXShowcaseWindows

AutoBlogAI: FireMonkey Client To Leverage LLMs And Generative AI For Blogging

DelphiFiremonkeyShowcaseUtilityWindows

Unleashing Creativity With Song Writer AI: A Deep Dive

DelphiFiremonkeyShowcaseWindows

How To Build Stable Diffusion Text To Image Prompts

AndroidC++BuilderDelphiFiremonkeyIOSOSXWindows

FireMonkey 10.4.2 Features Updated iOS 14, Android 11, And macOS 11 Support Plus Hundreds Of Fixes

Sign up for our Newsletter and
stay informed

4 Comments

Leave a Reply