Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with File() command
Message
From
26/06/2006 09:08:04
 
 
To
26/06/2006 08:32:18
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01131299
Message ID:
01131670
Views:
14
>Thomas,
>If I pass the exact path and file name to file() does it still have this behavior?

Yes, use Adir() in stead.
?file(yourfile) && Will return true as long as yourfile is in the path, even if you specify another path.
?Adir(temp,yourfile)>0 && Returns true ONLY when you really want it!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform