// // PathUtils.swift // PrySDR // // Created by Jacky Jack on 29/11/2024. // import Foundation //get current run directory func getCurrentExecutableDir() -> String { return Process().currentDirectoryPath //return FileManager.default.currentDirectoryPath }