1. Hello, I have recently started creating my first addon and although I've programming experience I know no LUA.

    What I would like to know is whether WoW allows the input/output library to be utilized, meaning that whether an addon would be capable of creating, reading or writing a (maybe new) file.

    I've crawled the web for answers but unfortunately I had no luck.

    Thank you in advance.

  2. No, there is no method to get data in and out of the game other than using SavedVariables, which require the client to be reloaded.

  3. I understand, thank you for your reply! =)