# calld (Delete Trigger) processing code

The calld (delete file trigger) is called
before the file is deleted.

This processing code is supported only from the FSI.

| System Processors | N/A |
| --- | --- |
| Code Type | File Defining |
| Dictionary Attributes | Correlative |

## Syntax

```
calld file.spec module
```

## Parameter(s)

| file.spec | Full path to the file containing the FlashBASIC code. The full path database,file, must be used (for example dm,bp,). The account name in the file path must be an FSI account. file.spec can be omitted if the module has been cataloged in the Domain Catalog. |
| --- | --- |
| module | Record-ID of the FlashBASIC module. |
The FlashBASIC access() functions are
set as follows:

| 1 | File variable. |
| --- | --- |
| 2 | Currently not supported. |
| 3 | Undefined. |
| 10 | Undefined. |
| 11 | File name. |
| 12 | Undefined. |
| 16 | Undefined. |
| 23 | Always 1. |

---
Source: https://d3codex.com/processingcodes/calld-delete-trigger-processing-code/ - part of the D3Codex reference.
