Fudley 5 Posted Tuesday at 12:26 AM D12, Android 14 I have added a file to the deployment tab. Local name is abc.xyz Remote path is set as assets\internal , remote name is abc.xyz How do I load this file at runtime? I can't find it with FileExists function. I've tried variations of the TPath.Get* path functions i.e. FileExists( tpath.combine(TPath.GetAppPath,'abc.xyz) ); Basically , how do I locate the file deployed to assets\internal at runtime Share this post Link to post
Dave Nottage 612 Posted Tuesday at 01:03 AM 36 minutes ago, Fudley said: TPath.GetAppPath Should be: TPath.GetDocumentsPath Share this post Link to post
Fudley 5 Posted Tuesday at 02:58 AM Yes! Thank you very much Dave. I am constantly amazed at your knowledge. Share this post Link to post
Remy Lebeau 1591 Posted Tuesday at 04:14 AM Standard RTL Path Functions across the Supported Target Platforms 1 1 Share this post Link to post
Fudley 5 Posted 6 hours ago Thanks Remy that's a great resource. Link saved for reference. Share this post Link to post