<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`FileSystemAdapter`](FileSystemAdapter) › [`process`](FileSystemAdapter/process) ## FileSystemAdapter.process() method **Signature:** ```typescript process(normalizedPath: string, fn: (data: string) => string, options?: DataWriteOptions): Promise<string>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>normalizedPath</code> | <code>string</code> | | | <code>fn</code> | <code>(data: string) =&gt; string</code> | | | <code>options</code> | [`DataWriteOptions`](DataWriteOptions) | _(Optional)_ | **Returns:** `Promise<string>`