find_video_path
Locate the exact file path of a video by recursively searching a specified directory. Input the root directory and video file name (with or without extension) to retrieve the first matching video's full path or an empty string if not found.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
root_path | Yes | ||
video_name | Yes |