using System . IO;
FileInfo vFileInfo = new FileInfo ( @"c:\temp\temp.swf" );
Text = vFileInfo . Length . ToString();