DeleteSuperFile.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="DeleteSuperFile">
  5. <title>DeleteSuperFile</title>
  6. <para><emphasis role="bold">STD.File.DeleteSuperFile<indexterm>
  7. <primary>STD.File.DeleteSuperFile</primary>
  8. </indexterm><indexterm>
  9. <primary>File.DeleteSuperFile</primary>
  10. </indexterm><indexterm>
  11. <primary>DeleteSuperFile</primary>
  12. </indexterm>(</emphasis> <emphasis> superfile </emphasis> <emphasis
  13. role="bold">[</emphasis> <emphasis>, subdeleteflag </emphasis> <emphasis
  14. role="bold">]</emphasis> <emphasis> </emphasis> <emphasis
  15. role="bold">)</emphasis></para>
  16. <informaltable colsep="0" frame="none" rowsep="0">
  17. <tgroup cols="2">
  18. <colspec colwidth="80.50pt" />
  19. <colspec />
  20. <tbody>
  21. <row>
  22. <entry><emphasis>superfile</emphasis></entry>
  23. <entry>A null-terminated string containing the logical name of the
  24. superfile.</entry>
  25. </row>
  26. <row>
  27. <entry><emphasis>subdeleteflag</emphasis></entry>
  28. <entry>A boolean value indicating whether to delete the sub-files.
  29. If omitted, the default is FALSE. <emphasis role="bold">This option
  30. should not be used if the superfile contains any foreign file or
  31. foreign superfile.</emphasis></entry>
  32. </row>
  33. <row>
  34. <entry>Return:<emphasis> </emphasis></entry>
  35. <entry>Null.</entry>
  36. </row>
  37. </tbody>
  38. </tgroup>
  39. </informaltable>
  40. <para>The <emphasis role="bold">DeleteSuperFile </emphasis>function deletes
  41. the <emphasis>superfile</emphasis>.</para>
  42. <para>This function is not included in a superfile transaction.</para>
  43. <para>Example:</para>
  44. <programlisting format="linespecific">STD.File.DeleteSuperFile('~CLASS::RT::IN::SF1');</programlisting>
  45. </sect1>