Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADIR() doesn't work with unc
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00294625
Message ID:
00294641
Views:
17
>does anyone know how to use a UNC in ADIR() ? My path is correct and I tried the following and my array doesn't fill up:
>
>
>adir(a__gen3,'\\probadmin2\vol1\home\pateln\server_test\programs\assign\fromfile\Asgn*.*')
>
>thanks
>Nick Patel

The following works for me:

adir(aFiles, '\\r6rbs01\vol2\apps\water\vts98\data\*.cdx')

does the following work for you?

cd \\probadmin2\vol1\home\pateln\server_test\programs\assign\fromfile

If not, go to Windows Explorer and tree down to the directory. Then copy and paste the path from the Explorer Address combobox.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform