Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 560 B image not shown  

Quelle  pr_delete.rst   Sprache: unbekannt

 
Spracherkennung für: .rst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

PR_Delete
=========


Syntax
------

.. code::

   #include <prio.h>

   PRStatus PR_Delete(const char *name);


Parameters
~~~~~~~~~~

The function has the following parameter:

``name``
   The pathname of the file to be deleted.


Returns
~~~~~~~

One of the following values:

-  If file is deleted successfully, ``PR_SUCCESS``.
-  If the file is not deleted, ``PR_FAILURE``.


Description
-----------

:ref:`PR_Delete` deletes a file with the specified pathname ``name``. If
the function fails, the error code can then be retrieved via
:ref:`PR_GetError`.

[ Dauer der Verarbeitung: 0.80 Sekunden  ]