1 Jun
2005
1 Jun
'05
12:21 p.m.
--On 1. Juni 2005 15:02:16 +0300 Vital Lobachevsky <tick@web.vi> wrote:
Suppose your file 'myFile' and your script 'myScript' in the same folder. You can get file data in your script using 'data' property:
fileData = container.myFile.data
You should *not* do that. You are using an implementation detail that is unlikely thought to be used for public use. You should use str(container.myFile) instead. -aj