<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`DataAdapter`](DataAdapter) › [`getResourcePath`](DataAdapter/getResourcePath) ## DataAdapter.getResourcePath() method Returns a URI for the browser engine to use, for example to embed an image. **Signature:** ```typescript getResourcePath(normalizedPath: string): string; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>normalizedPath</code> | <code>string</code> | path to file/folder, use [normalizePath()](normalizePath) to normalize beforehand. | **Returns:** `string`