Purebasic-IDE File monitoring (All OS)

Post bugs related to the IDE here
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Purebasic-IDE File monitoring (All OS)

Post by mk-soft »

The PB-IDE does not recognize all open files when they are changed in the background.

Testcode:

Code: Select all

#count = 10

For i = 1 To #count
   If OpenFile(0, "File_" + i + ".pb", #PB_File_Append)
      WriteStringN(0, "; Hello ")
      CloseFile(0)
   EndIf
Next i
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive