View Single Post
  #1 (permalink)  
Old 06-16-2006, 05:28 PM
pj1115's Avatar
pj1115 pj1115 is offline
Camouflage Condoms: They won't see you coming
My Mood:
 
Join Date: Nov 2005
Location: Surrey, UK
Age: 23
Posts: 1,310
Points: 216.01
Donate
Send a message via ShopTapNham to pj1115
Question 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?
Reply With Quote