Skip to main content

Module shell

Module shell 

Source
Expand description

Shell-facing helpers for opening files, URLs, Explorer selections, and the Recycle Bin.

Functions§

move_paths_to_recycle_bin
Sends multiple files or directories to the Windows Recycle Bin in one shell operation.
move_to_recycle_bin
Sends a file or directory to the Windows Recycle Bin.
open_url
Opens a URL with the user’s default browser or registered handler.
open_with_default
Opens a file or directory with the user’s default Windows handler.
open_with_verb
Opens a file or directory using a specific Windows shell verb.
reveal_in_explorer
Opens Explorer and selects the requested path.