L
Lisa
Hi guys!
I'm manipulating multiple files (reading and writing) but I sometimes get
errors because the files haven't been completely processed by the O.S.
before my code tries to read and or manipulate the files. I can place a
Thread.Sleep(3000) in my code to wait for the O.S. to finish but there
should be a better way to do this.
Is there a way to know when file operations have been completed by the O.S.
so I can continue processing my code to use the files?
I'm using C# on the PPC.
Thanks
I'm manipulating multiple files (reading and writing) but I sometimes get
errors because the files haven't been completely processed by the O.S.
before my code tries to read and or manipulate the files. I can place a
Thread.Sleep(3000) in my code to wait for the O.S. to finish but there
should be a better way to do this.
Is there a way to know when file operations have been completed by the O.S.
so I can continue processing my code to use the files?
I'm using C# on the PPC.
Thanks