Question
Custom Dir Variable
After changing our deploy to use a server-side custom.zip (auto patch
deployment), we realized that there is one place in our code that looks for
a stylesheet in the custom dir. This was previously hardcoded to
"c:\program files\..." which of course no longer works.
Does anyone know offhand if there's a variable to find the path of the
current custom dir? I'm hoping to have it point to:
C:\Users\[USERNAME]\AppData\Local\PTC\Arbortext\Editor\.aptcache\zc\1\custom\stylesheets
or equivalent, so I'm thinking something like $CUSTOM_PATH + "\stylesheets"
would do the trick.
keith
deployment), we realized that there is one place in our code that looks for
a stylesheet in the custom dir. This was previously hardcoded to
"c:\program files\..." which of course no longer works.
Does anyone know offhand if there's a variable to find the path of the
current custom dir? I'm hoping to have it point to:
C:\Users\[USERNAME]\AppData\Local\PTC\Arbortext\Editor\.aptcache\zc\1\custom\stylesheets
or equivalent, so I'm thinking something like $CUSTOM_PATH + "\stylesheets"
would do the trick.
keith

