Thx man,
this could be a solution except that i prefer to have this path: “Users/admin/Public” without the last character “/”…instead in the script u gave me i am reveiving “Users/admin/Public/”…i am not sure if it is that urgent…but if it can b done it would be fine.
I thought folders end with “/”. Here’s how you can get rid of it:
set publFolder to (path to “pubb”)
set uPath to POSIX path of publFolder
if uPath ends with “/” and length of uPath is > 1 then set uPath to text 1 through -2 of uPath
Editted: another way but I don’t know if it works all the time or if it’s better.
set user_Path to (path to “cusr”) as string
POSIX path of (user_Path & “Public”)