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) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to read a text file in the App directory? - mchris - 05-08-2023, 07:17 PM
RE: How to read a text file in the App directory? - Thomas_Sch - 05-08-2023 07:44 PM
RE: How to read a text file in the App directory? - mchris - 05-08-2023, 08:39 PM
RE: How to read a text file in the App directory? - Thomas_Sch - 05-08-2023, 09:00 PM
RE: How to read a text file in the App directory? - rprosperi - 05-08-2023, 09:22 PM
RE: How to read a text file in the App directory? - mchris - 05-09-2023, 09:56 AM
RE: How to read a text file in the App directory? - Didier Lachieze - 05-08-2023, 09:34 PM
RE: How to read a text file in the App directory? - Jacob Wall - 05-09-2023, 03:33 AM
RE: How to read a text file in the App directory? - Tyann - 05-09-2023, 06:42 AM
RE: How to read a text file in the App directory? - rprosperi - 05-09-2023, 12:18 PM
|
User(s) browsing this thread: 1 Guest(s)