Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FULLPATH Problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00112576
Message ID:
00112642
Views:
29
* snip *

>I checked the path before hand and it was fine.
>
>Is the file name case sensitive? If the table stored 'DESKTOP.ICO' would fullpath not find it if the file on the disk is named 'desktop.ico'?

FullPath is not case sensitive.
hmmmmm. Another thing to try is to just specify the subdirectories in the path statement.
SET PATH TO graphics;data;utils

I borrowed this code from your reply to David Frakenbach. Just for giggles, put a wait window in this code to see what the current path is.

wait window set('path')
lcImageKey = trim(lcImage)
lcImageFile = fullpath(lcImageKey)
...

-Michael M. Emmons
Previous
Reply
Map
View

Click here to load this message in the networking platform