Post Reply 
How to read a text file in the App directory?
05-08-2023, 07:44 PM
Post: #2
RE: How to read a text file in the App directory?
Use AFiles("name")

Each HP Prime app can have any number of files associated with it. These files are sent with the app. For example, if there is a file named icon.png associated with the app, then this file is used for the app icon in the Application Library.
AFiles returns the list of all these files.
AFiles("name") returns the contents of the file with the given name.


(user manual, pg. 658 Chapter 29 Programming in HP PPL)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to read a text file in the App directory? - Thomas_Sch - 05-08-2023 07:44 PM



User(s) browsing this thread: 1 Guest(s)