Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File() command returns false info
Message
From
21/11/2006 21:16:49
 
 
To
21/11/2006 20:43:59
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01171614
Message ID:
01171618
Views:
6
thanks for that Hilmar.
yes using aidr() helped.

but from the help file abt "file()" command i found followng
"You can include a path with the file name to search for a file in a directory or on a drive other than the current directory or drive."

so i specifying full path of file so it should return .F.!
interestingly i noticed same behaviour with "fopen()" command.

when i run followng code (fxp name same as am using in fopen) and it returns file handle even though the file does not exist in that location!
x=FOPEN('c:\testfxp.fxp')
?x
FCLOSE(x)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform