Savefiles are by no means by strongpoint in BYOND, or at least certain aspects of them.
Just a quick question.
What is the most efficient way of detecting if a file exists or not?
ID:149074
Jul 11 2002, 4:30 pm
|
|
#1 Jul 11 2002, 4:45 pm
|
|
Check out the "fexists proc"
| |
Sariat wrote:
Check out the "fexists proc" EGAD! Where'd that proc come from?! Thanks Sariat. ;) | |
Alternatively, I hear you can use if(length(file)) to the same effect.
| |