Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wildcard Matches for Directories
Message
De
21/02/2005 17:24:16
 
 
À
21/02/2005 14:30:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows '98
Network:
Novell 6.x
Database:
Visual FoxPro
Divers
Thread ID:
00988969
Message ID:
00989040
Vues:
44
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform