Search in files
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 ".."
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
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 "..".
3
List Files in a Directory in VB.NET
3
Search file directory (recursive method) with java language
4
Walks every subdirectory starting from [initial_dir] and deletes every file in it that contains in its filename a [string]
4
A simple search array example.
8
List Files in a Directory in C#
9
Get a List of Folders and/or Files
9
This is a Tiny PHP Uploading script. It SHOULD be safe from both really large files and non-image files.









