diff --git a/stubs/pydu/path.pyi b/stubs/pydu/path.pyi index 55b48b4..eaed726 100644 --- a/stubs/pydu/path.pyi +++ b/stubs/pydu/path.pyi @@ -5,3 +5,4 @@ def cd(path: str) -> ContextManager[None]: ... def is_super_path(path1: str, path2: str) -> bool: ... def normjoin(path: str, *paths: List(str)) -> str: ... def filename(path: str) -> str: ... +def fileexe(path: str) -> str: ...