I need to get the file path of the selected folder from AppleScript. For this, I use the following code.
--Display selection window set source_folder to choose folder with prompt "Please select directory." --Get the path of the folder set item_list to get the path of every disk item of source_folder
I get the file path as follows:
File: Path: To: to: fodler
I want to:
File / path / to // folder
source share