FileInfo->Attributes->FileType allways returns 4
Posted: Sun 09 May 2010 18:02
I'm using c++ Builder 2009.
FileInfo->Filename;
... returns correct value
FileInfo->Attributes->Size
... returns correct value
... but ..
FileInfo->Attributes->FileType
... allways returns '4' - even the file is a folder
Am I thinking the wrong way to retrive the FileType?
FileInfo->Filename;
... returns correct value
FileInfo->Attributes->Size
... returns correct value
... but ..
FileInfo->Attributes->FileType
... allways returns '4' - even the file is a folder
Am I thinking the wrong way to retrive the FileType?