append - too many files

Joel joelcnz at gmail.com
Wed Jan 11 07:17:33 UTC 2023


On Wednesday, 11 January 2023 at 06:00:26 UTC, Salih Dincer wrote:
> On Wednesday, 11 January 2023 at 02:15:13 UTC, Joel wrote:
>> I get this error after a while (seems append doesn't close the 
>> file each time):
>
> There is no error in the function or Phobos.  There may be 
> another error on your system or depending on how you use it.
>
> Could it be that more than one program tried to open the same 
> file? How do you use this function?
>
> SDB at 79

I kinda have an update function that gets the update text, it 
writes it to the terminal, to a text file and returns the text 
(for like display on screen).

Oh, looking at my code now, I was looking at the wrong function. 
Not to do with append. Sorry, forget about it.


More information about the Digitalmars-d-learn mailing list