ID:272722
 
This is a fairly simple question, so hopefully it won't be too much trouble for you guys!

I'm looking to save files within the game. Not copy them to the rsc, mind you, but save them within the game's current directory.

The catch - I don't want to save the inbuilt save files or text files (which I know how to do). I want to save stuff like icon files.

The reason I want to do this is so that I can create an icon within the game and then save a "hard" copy of that icon that exists outside of the game's rsc. Hopefully there's a simple way to do it!
You can do that with the fcopy() proc.
In response to Kaioken
Excellent, thanks a lot!