Hello,
I am currently learnign OS development with Swift, I am new to OS development and the applicaiton I am building needs to allow the user to import a file or multiple files from the computer, and once they press "Open Files" a window should open to allow them to look for files, once found added to the app and they should display as icons just like you would expect. These will be mainly text files, .text, .java, .pdf, .c, etc. whats the best way to go about this?
PS: Notice this would not be a file reader/viewer, its more like the app will open the user selected files and save their paths which I will later use for some other functionality.