i have already a way to know if a file is there by using
System.Net.WebR equest.Create(s trURL);
the problem come when checking for huge file. How do i manage that.
because the code define over there read the entire file and output a
string in my case. Is there any other system.net object that could
check only if a file exist.
System.Net.WebR equest.Create(s trURL);
the problem come when checking for huge file. How do i manage that.
because the code define over there read the entire file and output a
string in my case. Is there any other system.net object that could
check only if a file exist.
Comment