Alvas.FileControls Class Library

CDBurner.DeleteFile Method 

Delete file or folder from the temporary recorder folder

[Visual Basic]
Public Function DeleteFile( _
   ByVal file As String _
) As Boolean
[C#]
public bool DeleteFile(
   string file
);

Parameters

file
file or folder

Return Value

Returns true if the file was deleted successfully; otherwise, false.

See Also

CDBurner Class | Alvas.Windows.Forms.FileControls Namespace