Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADIR()
Message
 
 
To
13/11/2000 14:37:25
Gad Hutt
Express Print
Herzliya, Israel
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: ADIR()
Miscellaneous
Thread ID:
00441179
Message ID:
00441195
Views:
15
< 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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform