in reply to Hidden file attribute in Win32

use Win32API::File;
i think GetHandleInformation is the method, and FILE_ATTRIBUTE_HIDDEN is the flag you'll want. sorry i don't have a complete example for you.

~Particle *accelerates*