G
Guest
How can I do the following in C# .NET:
In a directory somewhere on the network I have many .JPG or .PDF files. I
need a way to browse to that location on the network, select the directory or
the first file in that directory and then have the full UNC path of all the
files inserted into a SQL2k db, in a field named 'ThePath'
the unc filename should looks like this:
\\ServerName\DirectoryName\fileName.jpg or .pdf
Thanks
Paul
In a directory somewhere on the network I have many .JPG or .PDF files. I
need a way to browse to that location on the network, select the directory or
the first file in that directory and then have the full UNC path of all the
files inserted into a SQL2k db, in a field named 'ThePath'
the unc filename should looks like this:
\\ServerName\DirectoryName\fileName.jpg or .pdf
Thanks
Paul