diff options
Diffstat (limited to 'Utils/PathUtils.swift')
-rw-r--r-- | Utils/PathUtils.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utils/PathUtils.swift b/Utils/PathUtils.swift index a82261a..164baa1 100644 --- a/Utils/PathUtils.swift +++ b/Utils/PathUtils.swift @@ -10,4 +10,5 @@ import Foundation //get current run directory func getCurrentExecutableDir() -> String { return Process().currentDirectoryPath + //return FileManager.default.currentDirectoryPath } |