Simple Noob question - may be why I'm so confused and lost
Posted: Sun Aug 28, 2011 7:38 am
Code: Select all
-- why does this work
set the defaultFolder to specialFolderPath("engine")
put defaultFolder into theFolderName
answer theFolderName -- works on win32 showing a path
-- but this doesn't
put specialFolderPath("engine") into theFolderName
answer theFolderName -- shows blank win32
-- this script may be why my research tests are off