aboutsummaryrefslogtreecommitdiff
path: root/tools/cru-py/cru/app.py
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-11-11 01:12:29 +0800
committerYuqian Yang <crupest@crupest.life>2024-12-27 16:16:29 +0800
commit7e9fdc36310d1bc63af4f4a0fc2f4963ae0154aa (patch)
tree32e9cdd3c2072ad16e9e1b68c8e4c252fa2749ed /tools/cru-py/cru/app.py
parentb834953fa61d816b9a955640ad12d244316ce904 (diff)
downloadcrupest-7e9fdc36310d1bc63af4f4a0fc2f4963ae0154aa.tar.gz
crupest-7e9fdc36310d1bc63af4f4a0fc2f4963ae0154aa.tar.bz2
crupest-7e9fdc36310d1bc63af4f4a0fc2f4963ae0154aa.zip
HALF WORK: 2024.12.27
Diffstat (limited to 'tools/cru-py/cru/app.py')
-rw-r--r--tools/cru-py/cru/app.py4
1 files changed, 4 insertions, 0 deletions
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
@@ -40,6 +40,10 @@ class ApplicationPath:
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