Quote:
Originally Posted by [mad
MLK (dino-host.net) ]
Quote:
What's so bad about using:
Code:
format(file, sizeof(file), "/Users/%s.ini", pname);
Or:
Code:
format(file, sizeof(file), "Users/%s.ini", pname);
Both should work fine.
|
Thats just not how you do file saving.
Quote:
Originally Posted by TMasters
remember, in linux, your files need to be defined Case Sensitive!
|
You can easily see that the file has a capital U in the folders too.
|
Actually that is...I've never seen the use of double slashing.
Users/%s.ini would work fine.