Quote:
Originally Posted by Dores
I've never heard of .coord extension.
How do you except to make a .ini file when you've given your file a .coord extension(which I don't think even exists)?
|
A file extension is nothing but a piece of metadata that tells the operating system which program should be used to read a file that uses a particular encoding technique. It has no bearing on how the file is created in this context. The .ini file format is not well defined, either by an authoritative body or by de facto standard. As such, it can be considered as nothing more than a standard text file containing settings. Therefore, it really doesn't matter whether his file has an extension of .ini, .cuttlefish (if the file system in use permits an extension of that length of course), or since he probably won't be using a desktop computer to open it, whether it has one at all.
The
documentation of C's fopen() makes no mention of an x flag (AMX Mod X's fopen() is just a wrapper).
__________________