简体   繁体   中英

handling file paths in AppleScript droplet

I created a droplet that is supposed to pass a file (which is being dropped on the droplet) to a website in safari in a file dialog.

I managed most of it... but the file path I get through "theDroppedItems" starts with file:// and it also includes characters like %20 and ~ and more weird characters.

Is there a way to convert this to a "real path" that safari accepts?

solved:

set inx to item 1 of theDroppedItem
set iny to POSIX path of inx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM