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, 1:30 pm
|
|
![]() <-> Jul 11 2002, 1: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.
|