Can anyone see why this would fail to check for the existence of a named file ?
Im not do an excessive amount of loading - randomly it errors with cant not find......
Im not do an excessive amount of loading - randomly it errors with cant not find......
Function Check(file:String) Local thisStream:TStream = ReadStream(file) If Not ReadStream(file) Then RuntimeError("Can not find " + String(file)) End EndIf thisstream.Close End Function