|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Does file existHello all, is it possible to check if a network file exists using vb.net? I
would like to query it in this way: \\servername\sharename\thisfile.txt Is there anyway to do this using vb.net. Thanks in advance If System.IO.File.Exists("\\servername\sharename\thisfile.txt") Then
' the file exists Else ' it doesn't End if Mike wrote: Show quoteHide quote > Hello all, is it possible to check if a network file exists using vb.net? I > would like to query it in this way: \\servername\sharename\thisfile.txt > Is there anyway to do this using vb.net. > > Thanks in advance
String wierdness...
Calling VB.Net classes from VB6 Data base insert Error HELP! Adding a row to a table help! Is there a Forms collection? How to measure bandwidth need by the application Converting Code from VBA to VB.NET Why doesn't changing the position in a table change the position of the DatGridView that's bound to Crypto removing white spaces from byte array Is RegEx a good choice for reading malformed xml? |
|||||||||||||||||||||||