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