jdxi_editor.utils.file ====================== .. py:module:: jdxi_editor.utils.file Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/jdxi_editor/utils/file/utils/index Functions --------- .. autoapisummary:: jdxi_editor.utils.file.documentation_file_path jdxi_editor.utils.file.os_file_open Package Contents ---------------- .. py:function:: documentation_file_path(file_name: str) -> str documentation_file_path :param file_name: str The file name to return a path for the documentation file :return: str The file path .. py:function:: os_file_open(file_name: str) -> None Open file using the OS default handler (non-blocking).