create_filesystem_pathexists
Check whether a specified filesystem path exists on the Audiobookshelf server to validate file locations before performing operations that require existing directories or files.
Instructions
Create or act on filesystem pathexists.
POST /api/filesystem/pathexists
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |