Fsize() returns an error "File does not exist" for hidden files

Re: problem with Fsize by Carsten

Carsten
Wed Aug 16 01:45:12 CDT 2006

Raghu,

as workaround take a look at the ADir() function. One of the returned
elements is the filesize.

adir( laList, "c:\dev\temp\HiddenFIle.txt", "H" )
DISP MEMO LIKE laList

--
Cheers
Carsten
_______________________________

"Raghu" <raghavendra.vydyula@gmail.com> schrieb im Newsbeitrag
news:1155708875.662341.254410@i42g2000cwa.googlegroups.com...
> Fsize() returns an error "File does not exist" for hidden files
>



Re: problem with Fsize by Raghu

Raghu
Wed Aug 16 23:49:08 CDT 2006

Carsten, Thanks adir function is working fine.

-Raghu