I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-04-08 15:46:54-07 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 2006-04-10 12:40:38-07 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
Direct Responses: Write a response