mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 08:36:07 +02:00
7 lines
253 B
Swift
7 lines
253 B
Swift
//import Foundation
|
|
//
|
|
//public func extractNameFromPath(_ path: String) -> String {
|
|
// let fileName = URL(fileURLWithPath: path).lastPathComponent
|
|
// return String(fileName.prefix(upTo: fileName.lastIndex { $0 == "." } ?? fileName.endIndex))
|
|
//}
|