For any field that has a "friendly display" format normally, you can access it's raw value too. For example, the [Date] field shows you a nicely formatted human readable output when you call it as [Date]. To see the raw value, do it like this:
[Date,0]
So,
[File Size,0]
will show you the raw value of [File Size], which is in bytes.
Brian.