home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <html><head><title>Kill Statement [Runtime]</title><meta name="filename" content="text/sbasic/common/03020410"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css"> p.P1{ } span.T1{ font-weight:bold;} </style></head><body> <help:to-be-embedded Eid="kill" xmlns:help="http://openoffice.org/2000/help"> <p class="Head1"><help:link Id="66558">Kill Statement [Runtime]</help:link></p> <p class="Paragraph">Deletes a file form a disk.</p> </help:to-be-embedded> <p class="Paragraph"><span class="T1">Syntax</span>:</p> <p class="Paragraph">Kill File As String <help:key-word value="Kill" tag="kw66558_1" xmlns:help="http://openoffice.org/2000/help"/></p> <p class="Paragraph"><span class="T1">Parameter</span>:</p> <p class="Paragraph">File: Any string expression that contains an unambiguous file specification. The <help:link Id="66636" Eid="urllocal" xmlns:help="http://openoffice.org/2000/help">URL notation</help:link> can also be used here.</p> <p class="Paragraph"><span class="T1">Example:</span></p> <p class="PropText">sub ExampleKill</p> <p class="PropText">Kill "C:\datafile.dat" REM File must be created in advance</p> <p class="PropText">end sub</p> <p class="PropText"/> </body></html>