Read and Write from/to a .txt file in a Web App from a Mac in C#

I am trying to read settings from a .txt file stored on my Mac and use them in a web app.

I would then like to save a rating from the app in a new .txt file in a specific folder on the mac.

Any ideas how I would go about doing this.

I have looked at WWW and PlayerPrefs but can’t really get my head around either.

No file access in the webplayer

You can use playerprefs to store and retrieve values

Just follow the example code to see how it works