DeleteSuperFile

STD.File.DeleteSuperFile( superName [ , deletesub ] )

superNameA null-terminated string containing the logical name of the superfile.
deletesubA boolean value indicating whether to delete the subfiles. If omitted, the default is FALSE. This option should not be used if the superfile contains any foreign file or foreign superfile.
Return: Null.

The DeleteSuperFile function deletes the superName superfile.

This function is not included in a superfile transaction.

Example:

STD.File.DeleteSuperFile('~CLASS::RT::IN::SF1');