<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`CapacitorAdapter`](CapacitorAdapter)
## CapacitorAdapter class
Implementation of the vault adapter for mobile devices.
1.7.2
**Signature:**
```typescript
export class CapacitorAdapter implements DataAdapter
```
**Implements:** [`DataAdapter`](DataAdapter)
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [`append(normalizedPath, data, options)`](CapacitorAdapter/append) | | 1.7.2 |
| [`copy(normalizedPath, normalizedNewPath)`](CapacitorAdapter/copy) | | 1.7.2 |
| [`exists(normalizedPath, sensitive)`](CapacitorAdapter/exists) | | 1.7.2 |
| [`getFullPath(normalizedPath)`](CapacitorAdapter/getFullPath) | | 1.7.2 |
| [`getName()`](CapacitorAdapter/getName) | | 1.7.2 |
| [`getResourcePath(normalizedPath)`](CapacitorAdapter/getResourcePath) | | 1.7.2 |
| [`list(normalizedPath)`](CapacitorAdapter/list) | | 1.7.2 |
| [`mkdir(normalizedPath)`](CapacitorAdapter/mkdir) | | 1.7.2 |
| [`process(normalizedPath, fn, options)`](CapacitorAdapter/process) | | 1.7.2 |
| [`read(normalizedPath)`](CapacitorAdapter/read) | | 1.7.2 |
| [`readBinary(normalizedPath)`](CapacitorAdapter/readBinary) | | 1.7.2 |
| [`remove(normalizedPath)`](CapacitorAdapter/remove) | | 1.7.2 |
| [`rename(normalizedPath, normalizedNewPath)`](CapacitorAdapter/rename) | | 1.7.2 |
| [`rmdir(normalizedPath, recursive)`](CapacitorAdapter/rmdir) | | 1.7.2 |
| [`stat(normalizedPath)`](CapacitorAdapter/stat) | | 1.7.2 |
| [`trashLocal(normalizedPath)`](CapacitorAdapter/trashLocal) | | 1.7.2 |
| [`trashSystem(normalizedPath)`](CapacitorAdapter/trashSystem) | | 1.7.2 |
| [`write(normalizedPath, data, options)`](CapacitorAdapter/write) | | 1.7.2 |
| [`writeBinary(normalizedPath, data, options)`](CapacitorAdapter/writeBinary) | | 1.7.2 |