AnswerWizardFiles.Delete(String) Method

Definition

Deletes the specified object from its collection.

public:
 void Delete(System::String ^ FileName);
public void Delete (string FileName);
abstract member Delete : string -> unit
Public Sub Delete (FileName As String)

Parameters

FileName
String

Required String. The name of the file to be deleted, including the fully qualified path, file name, and extension.

Applies to