DeleteSuperFile STD.File.DeleteSuperFile STD.File.DeleteSuperFile File.DeleteSuperFile DeleteSuperFile ( superfile [ , subdeleteflag ] ) superfile A null-terminated string containing the logical name of the superfile. subdeleteflag A boolean value indicating whether to delete the sub-files. 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 superfile. This function is not included in a superfile transaction. Example: STD.File.DeleteSuperFile('~CLASS::RT::IN::SF1');