|
|
|
List Files in a Directory in VB.NET
1
Detect indexes of max and min values of an array in Perl
2
access the system time on a remote computer using VB.Net
1
Simple code to get the html of a webpage and send is as a html email msg.
1
Code to compress a Access database on the serve
0
This code snippet lets you specify a path - and the function then ensure it exists - i.e creates all folders if necessery.
4
This function tries to locate a file in a give folder (either single level, or in any sub folder). Returns the relative file and path, or FALSE if not found. Skips over "." and "..".
4
Celebhir
This function takes a directory, and a "folder" search parameter.
If it finds the directory (either in single level, or any sub folder) it will return the relative path of that folder. "FALSE" if not found. Skips over files and "." and ".." directories. Recursive by default.
If it finds the directory (either in single level, or any sub folder) it will return the relative path of that folder. "FALSE" if not found. Skips over files and "." and ".." directories. Recursive by default.
3
Celebhir
Takes a given directory and lists all the files and folders under it, including sub folders. Resulting array contains associative (folders) and indexed (files) elements. Doesn't return "." and ".."
-1
The method 'removeDoubles' uses a HashSet to remove double elements from a list without creating another list. The first occurrences of the multiple elements are kept, others will be removed. The order of the list will be preserved. The parameter list's iterator must support remove. Example of use is given in the main-method.
4
Search file directory (recursive method) with java language







