I've written a script that makes a descriptor file (in plain text) based on
audio file. In the descriptor file it needs the file size in bytes of the
audio file. I've been using the FileSystemObject to get the size of the
file. I've been having problems with the entry in the descriptor being off
by one byte. This may sound trivial but the file size needs to be exact
(its for cell phone downloads). Has anyone else had issues with the
FileSystemObject misreporting size. Or is there any system-wide settings I
need to be concerned with that may effect this (file system type,
compression, etc).
Thanks so much in advance.