export_search_results
Export file search results to txt, csv, json, m3u, tsv, or efu formats. Filter by folder, extension, date, and size.
Instructions
Export search results to a file.
Args: query: Search query output_file: Output file path (e.g., "C:/results.txt") format: Export format: txt, csv, json, m3u, m3u8, tsv, efu folder_path: Limit search to specific folder (optional) extension: File extension filter (optional) max_results: Maximum number of results (default 1000) include_size: Include file sizes in export include_dates: Include dates (created, modified) in export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| output_file | Yes | ||
| format | No | txt | |
| folder_path | No | ||
| extension | No | ||
| max_results | No | ||
| include_size | No | ||
| include_dates | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |