Skip to content

Commit

Permalink
Add new algorithm "Processing open url or file" (#9248)
Browse files Browse the repository at this point in the history
  • Loading branch information
folinimarc authored Sep 13, 2024
1 parent 29b4e24 commit d5cd48e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/user_manual/processing_algs/qgis/filetools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,40 @@ Python code
:start-after: **algorithm_code_section**
:end-before: **end_algorithm_code_section**


.. _qgisopenurl:

Open file or URL
----------------
Opens files in their default associated application,
or URLs in the user's default web browser.

Parameters
..........

.. list-table::
:header-rows: 1
:widths: 20 20 20 40

* - Label
- Name
- Type
- Description
* - **URL or file path**
- ``URL``
- [string]
- The URL or path of the file to open.

Outputs
.......

The algorithm has no output.

Python code
...........

**Algorithm ID**: ``native:openurl``

.. include:: ../algs_include.rst
:start-after: **algorithm_code_section**
:end-before: **end_algorithm_code_section**

0 comments on commit d5cd48e

Please sign in to comment.