P
pvong
I'm a newbie. Trying to do this in VB.NET
On my server, I have a directory called c:\db\files\ and I have a whole
bunch of pdf files in here. I want to do an onclick where the server checks
to see if any of the files starts with the word "sharp". So I will have
lots of files, but some files will look like this:
sharp123.pdf
sharp321.pdf
sharp987.pdf
I just want to look for the beginning of the word "sharp". If it finds a
file starting with that, then I want it to do whatever. The directory is on
the same server as my IIS and runing the site.
Thanks!
On my server, I have a directory called c:\db\files\ and I have a whole
bunch of pdf files in here. I want to do an onclick where the server checks
to see if any of the files starts with the word "sharp". So I will have
lots of files, but some files will look like this:
sharp123.pdf
sharp321.pdf
sharp987.pdf
I just want to look for the beginning of the word "sharp". If it finds a
file starting with that, then I want it to do whatever. The directory is on
the same server as my IIS and runing the site.
Thanks!