Until we have a clean something in order to connect on LDAP protocol in LC, could you post your "do-it-yourself" so we could play around with?
Thx by advance

Code: Select all
on mouseUp
answer appPath()
end mouseUp
function appPath
set the itemDelimiter to slash
get the effective filename of this stack
set the defaultFolder to item 1 to -2 of it
return defaultFolder
end appPath