N
Newbie
Hi,
I have a situation where my application is trying to access a file, that
another application may have temporalily open.
The error I get is
The process cannot access the file 'C:\picks\test50k.gp1' because it is
being used by another process.
Is there a way I can loop in my program, some how testing if my app can
access the file, and then break out of the loop only when I can open the
file.
That way if another application has the file, I my app can wait till it is
finished.
Thanks
I have a situation where my application is trying to access a file, that
another application may have temporalily open.
The error I get is
The process cannot access the file 'C:\picks\test50k.gp1' because it is
being used by another process.
Is there a way I can loop in my program, some how testing if my app can
access the file, and then break out of the loop only when I can open the
file.
That way if another application has the file, I my app can wait till it is
finished.
Thanks