I want to read from a text file that I have included in the apk via the Deployment tab in Delphi's Project menu. Where will the text file be saved to? Will it be saved to the same path as the apk once it has been installed? If so, can I simply select the text file using the name (as you would do in a VCL program if the text file was in the same directory as the exe file)? Or if it is saved to a different directory, how do I get the path to the text file in that directory?
Asked
Active
Viewed 149 times
2
-
1http://stackoverflow.com/a/20319643/62576 answers your first question. Your second should be posted as a separate question. The general rule here is one question per post, especially when the questions are about totally separate things. There's no correlation between where a file is located and showing a transparent memo; they should be asked separately. – Ken White Dec 05 '13 at 20:27
-
My apologies. I figured that since they both fell under the same category of firemonkey programming that it would be okay to post them together. I didn't want to cause spam. I will do so next time. – user931018 Dec 05 '13 at 20:50
-
Actually you should edit your question to remove the second part. Also, you should never ever ask questions where "I can't remember at the moment". – Jerry Dodge Dec 05 '13 at 20:52