nvzqz / FileKit

Simple and expressive file management in Swift

Home Page:https://nvzqz.github.io/FileKit/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting path of file used in other app

MaksimMyakishev opened this issue · comments

Hi there!
I need to get the path to a specific file that the user has opened in another application. For example, I have a file "logs.txt" on my desktop. When I open this file, the console should print the path to this specific file, not to TextEdit.
Am i able to do it with this library?