Expand description
Shell-facing helpers for opening files, URLs, Explorer selections, and the Recycle Bin.
Functions§
- empty_
recycle_ bin - Permanently empties the Recycle Bin for all drives without shell UI.
- empty_
recycle_ bin_ for_ root - Permanently empties the Recycle Bin for a specific drive root without shell UI.
- 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_
containing_ folder - Opens the directory containing an existing file or directory.
- 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.
- print_
with_ default - Prints a file using its registered default print shell verb.
- reveal_
in_ explorer - Opens Explorer and selects the requested path.
- show_
properties - Opens the Windows Properties sheet for a file or directory.