developing a project with csharp (rookie)
-
i was working on a project and want to develope an application using visual studios 2005 that can search through all files on my windows system and get all shared is there any class that can get this done for me
-
i was working on a project and want to develope an application using visual studios 2005 that can search through all files on my windows system and get all shared is there any class that can get this done for me
Hi, for searching through file system, I think you can use Microsoft.VisualBasic.FileIO.FileSystem Class by adding reference of Microsoft.VisualBasic.dll, it will give u very flexible way for handling files and folders. Regards, Amar
-
Hi, for searching through file system, I think you can use Microsoft.VisualBasic.FileIO.FileSystem Class by adding reference of Microsoft.VisualBasic.dll, it will give u very flexible way for handling files and folders. Regards, Amar