File Searcher dll
Download this dll and plug it into your application. This class
library will save you hours of having to do all the work of creating the codes
yourself for finding all the files that exist in a folder and display them or
do something else with them.
This dll provides following:
-
Provides a string with all the file names and path in a specified folder
separated with <br> tags ready to be printed into your html document.
-
Provides a string with all the file names in a specified folder separated with
<br> tags ready to be printed into your html document.
-
Provides an array of (strings) containing the file names and path in a
specified folder.
-
Provides an array of (strings) containing the file names in a specified folder.
-
Provides a dataset with file names and path in a specified folder.
-
Provides a dataset with file names in a specified folder.
In this sample page we will show you all functionalities. We have
also bound the datasets to a datagrid for displaying the datasets provided by
the dll. Click at the buttons to test each function.
After you have down loaded the filesearcher as zip file, unzip it
and you will find a dll which you store on your PC somewhere and there is also
a doc file which explaines how to use it, with sample codes. When you build an
application you must create a reference to the dll which you have stored on
your PC.
CLICK ONE OF THE BUTTONS BELOW TO TEST THIS COMPONENT