Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetFiles() filter in DirectoryInfo()
Message
De
03/05/2009 21:22:46
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
GetFiles() filter in DirectoryInfo()
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01397697
Message ID:
01397697
Vues:
95
I have been using that since a while but I just realized there is a behavior I was not aware of.

Let's say I have this code:
            Dim loDirectory As New DirectoryInfo(cDirectory)
            Dim loFile As FileInfo

            ' Get all the files in the directory
            For Each loFile In loDirectory.GetFiles(cFilter)
                ...
            Next
...with cFilter equals to "*.crp", this would retreive the files with extension "crp". But, if I have some files with a filename such as "MyFile.crp2", this would be retrieved as well. It might have been a coincidence I didn't see that before. How can I assure that a filter to "*.crp", would only retrieve those files and not files with a name such as "MyFile.crp2"?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform