How to read file contents using HISE?
-
I placed a file without any extension under
C:\Users\username\AppData\Roaming\
The file contains some letters and numbers. I want to use HISE to read this file and use the contents in HISE. How can I do this?
-
@CatABC File and FileSystem APIs. You can load the file as a string to get its contents.
-
@d-healey said in How to read file contents using HISE?:
Ha! I got it. Thank you.
FileSystem.getFolder(FileSystem.AppData).getChildFile("license");