Les
2011-05-16 05:16:27 UTC
suddenly every time I use Writln function I get " io error 105"
AssignFile(f, 'Id.Txt');
Reset(f);
WriteLn(f, 'Testing');
CloseFile(f);
Is this a result of Windows XP setting ? Is it fixable ?
Les
AssignFile(f, 'Id.Txt');
Reset(f);
WriteLn(f, 'Testing');
CloseFile(f);
Is this a result of Windows XP setting ? Is it fixable ?
Les