I am beginner in livecode, and I am looking for the code of the current working directory. eg: If varible holder the current working path, If i change the path then the variable automatically changed to new path is it possible

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on preOpenStack
set itemDel to "/"
set the defaultfolder to item 1 to -2 of (the effective fileName of this stack)
end preOpenStack