Author Topic: edit Corona Proxy path  (Read 2276 times)

2014-03-26, 14:20:18

harumscarum

  • Active Users
  • **
  • Posts: 34
    • View Profile
    • ZNAK
seems Corona Proxy object are not supported by Asset Tracking - is there any way to set network path to many *.cbin files at once?

2014-03-26, 15:27:33
Reply #1

mirokurcik

  • Active Users
  • **
  • Posts: 39
    • View Profile
code:

for o in geometry where classof o==coronaproxy do (o.filename="HERE_IS_YOUR_PATH"+(getfilenamefile o.filename+".cbin"))

edit "HERE_IS_YOUR_PATH" like "c:\\" or "\\\\yourserver\\netdrive\\"