naskpy.io.split_path

naskpy.io.split_path(file_path: pathlib.Path) Tuple[str, str, str]

Splits a path into its components: filename, basename, extension Example: (‘v.png’, ‘v’, ‘png’) :param file_path: :return: Tuple[str, str, str]