Remote Directory Information
-
Hi all, I saw lots of example by using Directory, DirectoryInfo classes to retrieve local directory information. Can I use the same classes to retrieve remote directory information? If yes, how? If not, what C# classes can do the job? I really appreciate your help! Thanks!
-
Hi all, I saw lots of example by using Directory, DirectoryInfo classes to retrieve local directory information. Can I use the same classes to retrieve remote directory information? If yes, how? If not, what C# classes can do the job? I really appreciate your help! Thanks!
i too have thougt about this once. I think i found that you cant do this. *IDEA* maybe you you send a WebRequest to the folder, and analyse the header sent back, i have no idea if this will work, but its worth a shot. :)
:suss: Email: theeclypse@hotmail.com URL: http://www.onyeyiri.co.uk
:suss:"All programmers are playwrights and all computers are lousy actors." -
Hi all, I saw lots of example by using Directory, DirectoryInfo classes to retrieve local directory information. Can I use the same classes to retrieve remote directory information? If yes, how? If not, what C# classes can do the job? I really appreciate your help! Thanks!
You could try map a drive or use the UNC name ( \\server\share ). Havent tried it, but i cant see why it should not work. MYrc : A .NET IRC client with C# Plugin Capabilities. See http://sourceforge.net/projects/myrc for more info. :-D
-
Hi all, I saw lots of example by using Directory, DirectoryInfo classes to retrieve local directory information. Can I use the same classes to retrieve remote directory information? If yes, how? If not, what C# classes can do the job? I really appreciate your help! Thanks!