Deletes files from a disk.
filesystem.Kill pathname
The required pathname argument is a string expression that specifies one or more file names to be deleted. The pathname may include the directory or folder, and the drive.
Kill supports the use of multiple-character (*) and single-character (?) wildcards to specify multiple files.
An error occurs if you try to use the Kill function to delete an open file.