PDA

View Full Version : vizard enterprise edition


shahramy
12-04-2010, 10:47 PM
Hi.
I have enterprise edition, when I publish EXE file, the published EXE does not read or write to file such as 'a.txt' whereas PY file can do it. please help!

sleiN13
12-06-2010, 12:22 AM
It might be a path problem. Do you refer to the .txt file relatively? or with a absolute path. If the first then your text file will be made not next to the exe but in to the directory the exe is unpacked and then executed (somewhere in the c:\windows\temp). You can solve it by doing a absolute path or using viz.getPublishedPath()