Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FULLPATH Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00112576
Message ID:
00112642
Vues:
30
* 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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform