TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
danco63
NA
1
0
How can I use wildcards in the file path
Aug 29 2004 12:28 AM
I would like to open a file using streamreader, which I can do just fine as long as I know the exact file name. The problem is the file name changes (i.e. the date is part of the file name)slightly and I want to use a wild card in the path. VB.Net will not allow the typical "*" wildcard. I tried using the Rename function but the same exception error happens. Why can DOS do a simple rename with code as as simple as ">rename C:\*.txt C:\newname.txt" but VB.Net can't do it? Any ideas??
Reply
Answers (
1
)
Connection Pooling with ODBC
Basic Form questions