| Author: Anil Kumar Pandey 06 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
for that the Remote login is used and based on that you ca remote login to any machine if that machine is having the feature of remote login as ON
Thanks & Regards Anil Kumar Pandey
|
| Author: yugandherReddy 10 Nov 2009 | Member Level: Bronze | Rating:  Points: 2 |
if the file is shared for you..you can retrieve the file info using
FileInfo info = new FileInfo("\\dtapp1737\\ForYug\\yug.txt");
|