open_path
Opens files, folders, or URLs with their default Windows applications: documents in appropriate readers, folders in Explorer, and websites in the default browser.
Instructions
Open a file, folder, or URL using the default application on this Windows PC. For files: opens with the registered application (e.g., .pdf in PDF reader, .jpg in image viewer, .docx in Word). For folders: opens in Windows Explorer. For URLs: opens in the default web browser. Use this to open documents, launch applications via file shortcuts, browse folders in Explorer, or open websites in the browser. Uses Windows Start-Process under the hood.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Path to file, folder, or URL to open. File example: "C:\Documents\report.pdf". Folder example: "C:\Users\rayss\Desktop". URL example: "https://google.com" |