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?