Re: String builder (Parsing vertically presented records)
- From: "Cerebrus" <zorg007@xxxxxxxx>
- Date: 15 Mar 2006 20:37:05 -0800
Hi,
The DirectoryInfo.GetFiles() method takes an overload in which you can
specify the pattern of files to be selected. Here you can simply use :
DirectoryInfo.GetFiles("surv*.txt") to make sure only files matching
that pattern are returned. No additional code necessary.
Happy coding,
Regards,
Cerebrus.
.
- References:
- Re: String builder (Parsing vertically presented records)
- From: Cerebrus
- Re: String builder (Parsing vertically presented records)
- From: Cor Ligthert [MVP]
- Re: String builder (Parsing vertically presented records)
- From: Cor Ligthert [MVP]
- Re: String builder (Parsing vertically presented records)
- From: Cor Ligthert [MVP]
- Re: String builder (Parsing vertically presented records)
- From: Cerebrus
- Re: String builder (Parsing vertically presented records)
- From: Cor Ligthert [MVP]
- Re: String builder (Parsing vertically presented records)
- From: Cerebrus
- Re: String builder (Parsing vertically presented records)
- Prev by Date: Re: Access, OLE & VB.NET
- Next by Date: Re: Adding data to database
- Previous by thread: Re: String builder (Parsing vertically presented records)
- Next by thread: Re: Enabling / Disabling Tab Pages
- Index(es):
Relevant Pages
|