changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- delete_file - Procedure}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)

delete_file - Procedure

Description

Deletes a file.

Syntax

  delete_file(name);

  string name;

Principal parameters

name - Name (including optional path) of the file to delete

Optional parameters

None.

Comments

Varkon resumes execution until the operation is completed.

include(../../include/svnversion.inc) include(../../include/footer.inc)