Share

FileManager.DeleteFile Method

Parent Object: FileManager

Description

Method that deletes the specified file.

Syntax

FileManager.DeleteFile( FullFileName As String, [FileManagementOption] As FileManagementEnum )

Parameters

Name Type Description
FullFileName String Input String that specifies the full path and filename of the file to delete.
FileManagementOption FileManagementEnum Input constant that specifies how to handle the results of the file operation.

This is an optional argument whose default value is 0.

Version

Introduced in version 6

Was this information helpful?