AnswerWizardFiles.Delete(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.