Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File() isn't working with some files
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00251581
Message ID:
00251601
Views:
9
>I have a program that locates and moves linked Word documents that users drop all over the network. Unfortunately, FILE() returns .F. for a file with the name such as "John C. Smith Letter.DOC". Files with periods or some other previously disallowed characters aren't recognized.
>
>If anyone has a solution or workaround, I would greatly appreciate it.
>
>TIA

Dan,

I just tested in VFP6 SP3 and file() works fine as long as the file name is enclosed in quotes, for example;

Given a file named "testing spaces.txt".

?File("Testing spaces.txt") && .T.
mfile = "Testing Spaces.txt"
?File(mfile) && .T.
?File(Testing spaces.txt) && Error missing )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform