Fudley 5 Posted 14 hours ago 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 611 Posted 13 hours ago 36 minutes ago, Fudley said: TPath.GetAppPath Should be: TPath.GetDocumentsPath Share this post Link to post
Fudley 5 Posted 11 hours ago Yes! Thank you very much Dave. I am constantly amazed at your knowledge. Share this post Link to post
Remy Lebeau 1584 Posted 10 hours ago Standard RTL Path Functions across the Supported Target Platforms Share this post Link to post