diff options
Diffstat (limited to 'main/Mac/CoclSystemDependent.icl')
-rw-r--r-- | main/Mac/CoclSystemDependent.icl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/Mac/CoclSystemDependent.icl b/main/Mac/CoclSystemDependent.icl index 389bd22..190d18b 100644 --- a/main/Mac/CoclSystemDependent.icl +++ b/main/Mac/CoclSystemDependent.icl @@ -105,3 +105,7 @@ cast :: !*a -> *b; cast f = code { pop_b 0 } + +ensureCleanSystemFilesExists :: !String !*Files -> (!Bool, !*Files) +ensureCleanSystemFilesExists _ files = (True, files) + // because of dcl file caching the Clean System Files folder should exist always
\ No newline at end of file |