[Newbies] RE: Determining File Size

2010-03-21 Thread Van Upboy
Subbu, thanks for the hint to look for the directoryEntry. I have working code (see example). When I inspect aFile then the other variables are there (for instance, there is a creationTime which contains a number, and there is a fileSize). But the fileSize = 0. 1. What is going wrong with the

Re: [Newbies] RE: Determining File Size

2010-03-21 Thread K. K. Subramaniam
On Sunday 21 March 2010 01:52:46 pm Van Upboy wrote: Subbu, thanks for the hint to look for the directoryEntry. I have working code (see example). When I inspect aFile then the other variables are there (for instance, there is a creationTime which contains a number, and there is a fileSize).