I have read the docs and everything but I'm very confused. I never needed to create a class before and now I do.
I want to have something like:
TextDocument.Save("filepath", "contents of file to save");
and stuff like:
Application.Create("filepath", "text/code to save");
and:
Stylesheet.Save("filepath", "contents");
and have these in a class and create methods for them but I'm very confused as to how to go about doing it can somebody please help me with this?
thank you, jase