Hi,
I was trying to use the "File" object to read things off a file, but I was not sure how to use the data in the file. How would I do this? Thanks!
Develop games in your browser. Powerful, performant & highly capable.
The file object isn't for reading the data inside of files. What kind of files do you want to read the data from?
You probably don't want to use the File object for loading data; there's other objects for that, such as Binary, text manipulator, INI, etc.
It'd help to know more about the file.