Thread

Posted on Sat Apr 8 18:46:54 2006 by jeunice
How to set a file's comment?
I've looked through Win32::* and Googled, to no avail. How does one set a file's comment? Thought that would be a reasonable file operation for Win32::FileOp, but...
Direct Responses: 2137 | Write a response
Posted on Mon Apr 10 15:40:38 2006 by dave in response to 2126
Re: How to set a file's comment?
No-one has implemented this as yet in Perl AFAIK. This module allows you to read this information: Win32::File::Summary and the author has implement write capability on his todo list. You would need to use WinAPI calls I think which is not easy in Perl. This article (non-Perl) may be of interest: http://www.howtodothings.com/computers/a1061-give-me-the-details-or-file-summary-info.html
Write a response