Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I make the program wait until file is created
Message
From
28/01/2004 10:27:41
 
 
To
28/01/2004 10:15:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00871366
Message ID:
00871390
Views:
14
Sergey,
I am getting a Nested error at the loop:

lhFile = fopen(lcDir+"\"+finame+".tif",10)
If lhFile = -1
Loop
Else
messagebox("hello")
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
oFile = oFSO.GetFile(lcDir+"\"+finame+".tif")
* Set the read-only bit.
oFile.Attributes = BITOR(oFile.Attributes, 1)
Endif

#########
Thank you.
Previous
Reply
Map
View

Click here to load this message in the networking platform