Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOPEN() with 12
Message
From
07/06/2002 16:33:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
FOPEN() with 12
Miscellaneous
Thread ID:
00666165
Message ID:
00666165
Views:
61
I am using FOPEN() to see if I can get a handle to read write a specific file. The coding is like this:
lnHandle=FOPEN(gcClientFat+'StyleSheet\'+PADL(gnMember,6,'0')+lcNextItem+'.css',12) 
IF lnHandle>0
   FCLOSE(lnHandle) 
   ERASE (gcClientFat+'StyleSheet\'+PADL(gnMember,6,'0')+lcNextItem+'.css')
ENDIF
But, even with that in place, even if the handle is ok, I still, sometimes, can't erase the file. Anybody knows what I am doing wrong?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform