> There are quite a number of attributes that Borland's routines do not
> support.  Those are compressed, encrypted, offline, reparse point,
> sparse file, temporary, device, and not content indexed.

In the windows SDK help is the function FindFirstFile which Delphi wraps.
That returns a WIN32_FIND_DATA structure and gives the complete definition
for it. In Delphi 7 those are all defined in windows.pas so even the
cheap versions of Delphi should have them accessible, even if you can't
see the source code.

I suspect you could call the SDK function directly, otherwise loading the
dll yourself and writing a wrapper is always an option.

Moz
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to