![]() |
|
|
|
#1
|
|||
|
|||
|
The documentation for Publishing as an EXE describes how to accomplish this. Specifically, you need to use the viz.res.getPublishedPath() command.
|
|
#2
|
|||
|
|||
|
Quote:
|
|
#3
|
|||
|
|||
|
Of course it doesn't, it's up to you to create the file using the new path and write to it:
Code:
f = open( viz.res.getPublishedPath('output.txt') , 'w' )
f.write('bla bla bla')
f.close()
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using 5DT plug-in with the data coming through network... | mcicek | Vizard | 1 | 05-18-2009 06:17 PM |
| writing joystick position to a data file | Saz | Vizard | 3 | 12-17-2008 06:18 AM |
| Flagging the Data | Elittdogg | Vizard | 5 | 04-11-2008 12:40 PM |
| data glove navigation | arielasso | Vizard | 6 | 10-24-2007 03:15 PM |
| tracking using quaternarion data | jfreeman | Vizard | 2 | 06-01-2005 09:48 AM |