Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADIR()
Message
 
 
À
13/11/2000 14:37:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: ADIR()
Divers
Thread ID:
00441179
Message ID:
00441195
Vues:
10
< snip >
>>The problem is "\" before *.dbc because GETDIR returns path with ending "\".
>>The code below should work
>>
>>gnDbcnumber = ADIR(gaDatabase, GETDIR("import","bla bla...")+"*.DBC")
>
>Hi Sergey,
>Thank you for the quick answer.
>You are right of course, and for a minute I thought that should be it, but unforntially (for me..) it is still not working...
>?
>
>Gadi


Does it work if you replace GETDIR("import","bla bla...") with hardcoded path?
Like

gnDbcnumber = ADIR(gaDatabase, "X:\MyDir\" + "*.DBC")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform