From 69f15f6319626c72707a7d7b461febcaf460570c Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Nov 2024 01:12:29 +0800 Subject: HALF WORK: 2024.12.27 --- tools/cru-py/cru/app.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/cru-py/cru/app.py') diff --git a/tools/cru-py/cru/app.py b/tools/cru-py/cru/app.py index c9e57f4..d45fd30 100644 --- a/tools/cru-py/cru/app.py +++ b/tools/cru-py/cru/app.py @@ -39,6 +39,10 @@ class ApplicationPath: def full_path(self) -> CruPath: return self._full_path + @property + def full_path_str(self) -> str: + return str(self._full_path) + @property def is_dir(self) -> bool: return self._is_dir -- cgit v1.2.3