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 XE5 Firemonkey Documents PathEmbarcadero 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
DelphiDemoFiremonkeyIOSLinuxOSXWindows

Bring OpenAI Agents, Vision, Audio, And Realtime AI To Firemonkey

DelphiIDEWindows

Add AI Pair Programming, Refactoring, And Multi-LLM Workflows To RAD Studio

DelphiDemoFiremonkeyLibraryWindows

Bring OpenAI, Local LLMs, And AI Assistants To FMX Apps

DelphiFiremonkeyLibrary

DelphiGemini Brings Native Google Gemini AI Integration To Delphi

Sign up for our Newsletter and
stay informed
[mailpoet_form id="1"]

4 Comments

Leave a Reply