P
PSULionRP
An Absolute Novice here in the VB.Net world. I just ordered a couple of books
this week. (Does anyone have any suggestions for some good learning books???)
I have been tasked to enhance this VB.Net Application to decipher the file
names we are picking up to ensure the names follow convention and if the
don't, send an e-mail.
The Application is using these dynamics, I use the word "dynamics" because I
don't know what else to call it, to get the files in their appropriate Path.
Dim files() As String = Directory.GetFiles(_localDir)
Are there similar dynamic VB.Net commands to decipher the Filename then? I
know, also, that I want to use "RegEx" to determine if the file name follows
our conventions and standards.
Any help would be appreciated and Thanks in advance for your review and am
hopeful for a reply.
Thanks.
PSULionRP
this week. (Does anyone have any suggestions for some good learning books???)
I have been tasked to enhance this VB.Net Application to decipher the file
names we are picking up to ensure the names follow convention and if the
don't, send an e-mail.
The Application is using these dynamics, I use the word "dynamics" because I
don't know what else to call it, to get the files in their appropriate Path.
Dim files() As String = Directory.GetFiles(_localDir)
Are there similar dynamic VB.Net commands to decipher the Filename then? I
know, also, that I want to use "RegEx" to determine if the file name follows
our conventions and standards.
Any help would be appreciated and Thanks in advance for your review and am
hopeful for a reply.
Thanks.
PSULionRP