Previous Topic

Next Topic

DeleteFile - MaxBasic Function

DeleteFile(FileName: String): Boolean

Delete File function delete the file specified in File Name. Returns Boolean indicating success of operation.

DeleteFile function syntax has these named arguments:

Parameter

Description

File Name

Required. The name of the file to be deleted.

See Also

Environment Functions

Book Contents

Book Index