Delete any file containing a given string
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 ".."
5
Function to search in files
9
This is a Tiny PHP Uploading script. It SHOULD be safe from both really large files and non-image files.
11
mattrmiller
Recursively delete a directory, emptying all contents.
13
Deletes all files of a certain extention from a folder.
-7
Create a backup, restore a backup, delete a Backup from IIS
-4
Deletes all files and folders from a directory, including read-only and
hidden files and folders. DelAll starts in the directory you tell it,
removes all read-only and hidden attributes from all the files, removes
all of the subfolders and then all files therein. When DelAll is done,
you will be left in the directory from which you called DelAll. The
directory that you want cleaned will not be deleted.
hidden files and folders. DelAll starts in the directory you tell it,
removes all read-only and hidden attributes from all the files, removes
all of the subfolders and then all files therein. When DelAll is done,
you will be left in the directory from which you called DelAll. The
directory that you want cleaned will not be deleted.
8
List Files in a Directory in C#
3
List Files in a Directory in VB.NET
9
Get a List of Folders and/or Files









