File: Delete

Delete

Deletes the specified file.



 Public Sub Delete(
	  ByRef Path As String )

Parameters

Path
[ByRef] String. The name of the file to be deleted. Wildcard characters are not supported.

Remarks

If the file did not exist, nothing happens.

See Also

Project CorLib Overview

Class File Overview