0
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 "..".
0
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.
0
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 ".."
3
Search file directory (recursive method) with java language
8
Customizable recursive directory scanner.
9
Methods for copy one directory (subdirectory inclusive).
Main method is xCopyDir.
Main method is xCopyDir.
11
mattrmiller
Recursively delete a directory, emptying all contents.
3
Make a new directory
8
List Files in a Directory in C#
3
List Files in a Directory in VB.NET









