i use choose folder a lot but it gives you the directory like this Macintosh HD:Users:
is there anyway to make it uses front slashes instead of colons?
i use choose folder a lot but it gives you the directory like this Macintosh HD:Users:
is there anyway to make it uses front slashes instead of colons?
You can use something like this:
choose folder
set something to POSIX path of result
You can also check out Studio’s open panel, which returns a POSIX path.
thanks it works