Delete all Files From Folder





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

3
Date Submitted Thu. Mar. 2nd, 2006 10:32 AM
Revision 1
Syntax Master dannyboy
Tags Directory | Folder | MAKE | MD | VBSCRIPT
Comments 1 comments
Make a new directory
3
Date Submitted Thu. Mar. 2nd, 2006 10:05 AM
Revision 1
Syntax Master dannyboy
Tags File | Folder | VBSCRIPT
Comments 1 comments
Check the attributes of a file or folde
3
Date Submitted Thu. Mar. 2nd, 2006 9:59 AM
Revision 1
Syntax Master dannyboy
Tags File | info | VBSCRIPT
Comments 0 comments
Retrieve information about a file
3
Date Submitted Thu. Mar. 2nd, 2006 5:23 AM
Revision 1
Syntax Master dannyboy
Tags File | Folder | VBSCRIPT
Comments 0 comments
this function returns the aggregated size
of all files in a directory and its subdirectories
-2
Date Submitted Thu. Mar. 2nd, 2006 5:03 AM
Revision 1
Syntax Master dannyboy
Tags exists | File | Folder | VBSCRIPT
Comments 0 comments

Checks to see if a file or folder exists
The fFile variable determines whether you're
looking for a File (True) or Folder(False)
The strName variable holds the fully qualified
path you're looking For
-7
Date Submitted Thu. Mar. 2nd, 2006 4:38 AM
Revision 1
Syntax Master dannyboy
Tags Backup | Delete | IIS | Restore | VBSCRIPT
Comments 0 comments
Create a backup, restore a backup, delete a Backup from IIS
-4
Date Submitted Thu. Mar. 2nd, 2006 3:44 AM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD | Delete
Comments 0 comments
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.
8
Date Submitted Thu. Mar. 2nd, 2006 2:28 AM
Revision 1
Beginner depsypher
Tags Java
Comments 0 comments
Read a eight bytes in little endian order from the given InputStream and create a long out of them.
9
Date Submitted Thu. Mar. 2nd, 2006 2:08 AM
Revision 1
Beginner depsypher
Tags Java
Comments 0 comments
A utility class that gets the MD5 hash of an input stream. Also includes a method for converting byte array to hex-formatted string.
8
Date Submitted Fri. Feb. 24th, 2006 8:18 PM
Revision 2
Coder mattrmiller
Tags Java | JPasswordField | Password | String
Comments 2 comments
Convert a password returned by JPasswordField::getPassword() into a String.