02-12-2006, 09:30 AM
Instead of Windows folder path, use $windows$. Where this does not work, use str function expandpath.
str s
s.expandpath("$windows$"\Media)
out s ;;probably will be "C:\Windows\Media"
In dialogs, use SF button for $windows$ and other special folders.
str s
s.expandpath("$windows$"\Media)
out s ;;probably will be "C:\Windows\Media"
In dialogs, use SF button for $windows$ and other special folders.