jdxi_editor.utils.file

Submodules

Functions

documentation_file_path(→ str)

documentation_file_path

os_file_open(→ None)

Open file using the OS default handler (non-blocking).

Package Contents

jdxi_editor.utils.file.documentation_file_path(file_name: str) str[source]

documentation_file_path

Parameters:

file_name – str The file name to return a path for the documentation file

Returns:

str The file path

jdxi_editor.utils.file.os_file_open(file_name: str) None[source]

Open file using the OS default handler (non-blocking).