summaryrefslogtreecommitdiff
path: root/Utils/PathUtils.swift
blob: a82261af92b95742e175bf16e703f9171f305c66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  PathUtils.swift
//  PrySDR
//
//  Created by Jacky Jack on 29/11/2024.
//

import Foundation

//get current run directory
func getCurrentExecutableDir() -> String {
    return Process().currentDirectoryPath
}