File: Delete

Delete

Deletes a file.



 Public Sub Delete(
	  ByVal Path As String )

Parameters

Path
[ByVal] String. The file to be deleted.

Remarks

If the file did not exist, nothing happens.

See Also

Project VBCorLib Overview Class File Overview File Properties File Methods CreateText Exists