LibreOffice 7.1 Help
рдбрд┐рд╕реНрдХ рд╕реЗ рдлрд╝рд╛рдЗрд▓ рдорд┐рдЯрд╛рддрд╛ рд╣реИ.
Kill File As String
File: Any string expression that contains an unambiguous file specification. You can also use URL notation.
Sub ExampleKill
Kill "C:\datafile.dat" ' File must be created in advance
End Sub