looking for C... Hey everyone, my latest secret project was a flop, because the person i was doing it with took his code and decided he wouldn't release it in a shared project, which is completely unreasonable, but hey-ho, i'm starting from scratch.
I'm looking for a way to create directories and files through C, but i cannot find one. The closest thing i've foung is creating a directiory via LUA, which is OK, but if i'm going to do it by lua, i need to know how to create a file.
When i've created the neccessary directory, i want to create a plain file, and effectively "Paste" some code into it.
I can do it either by C, or perhaps LUA. If i cannot "Paste" code into it as such, how else can i create a file with pre-made content? |