soniya patankar wrote:
> When i Compile i got an error
>  E1025 Unsupported language feature: 'typed or untyped file'

> on this statement
> }function FileByteSize(aFileName: String{TFileName!!!}):Integer;
>   var
>     F: file of byte; //on this statement i got an error
>   begin
>   AssignFile(F, aFileName);

You could use a TFileStream instead.

--
Rob


-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]




YAHOO! GROUPS LINKS




Reply via email to