Jump to content
Fudley

D12, Android 14, how to locate "assets\internal" at runtime

Recommended Posts

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

Yes! Thank you very much Dave. I am constantly amazed at your knowledge.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×