Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wildcard Matches for Directories
Message
From
21/02/2005 17:24:16
 
 
To
21/02/2005 14:30:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows '98
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00988969
Message ID:
00989040
Views:
42
This message has been marked as the solution to the initial question of the thread.
>Is there a function out there that will perform similar to the sys(2000) function, but instead of rolling through files, one that will work with wildcard matches on folders? Basically, I have a folder with a bunch of folders within that with the first word as a username from my program, but it also has additional information in the folder's name following the username, but it seperated by a space. I want to be able to access that folder based on whom is logged in and use that username to go into that folder. Any ideas?

You can use the ADIR() function to return the files in the current folder. Then you could spin throuh the elements of the array, checking the 5th element of each entry for a "D", meaning it's a folder.

Be sure to tell ADIR() that you want to include folders by specifying a "D" in the 3rd argument!
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform