I am trying to delete multiple files (.reg files) by using following code.

My.Computer.FileSystem.DeleteFile(Environ("%systemdrive%") & "\*.reg")
But its is generating an exception: Argument Exception was Unhandled.
Illegal Characters in path.

Any ideas what is going wrong.