in reply to Re: Win32 Strustured Storage via File - Properties - Summary
in thread Win32 Strustured Storage via File - Properties - Summary
WOOHOO! I can read it, now. But can I set it. Have to fire up hexl-mode.el#!/usr/bin/perl -wT use strict; open ( AAA, "$ARGV[0]:\x{0005}SummaryInformation" ) or die "Cannot open: $!\n"; while ( <AAA> ) { print "$_\n"; }
Thanks All! I'll post my final code when I'm done!
UPDATE: http://msdn.microsoft.com/library/en-us/com/hh/com/stgasstg_7agk.asp has assitional programming information about this.
HTH
--
idnopheq
Apply yourself to new problems without preparation, develop confidence in your ability to to meet situations as they arrise.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Win32 Strustured Storage via File - Properties - Summary
by John M. Dlugosz (Monsignor) on Sep 08, 2001 at 00:48 UTC | |
by Anonymous Monk on Nov 22, 2002 at 17:28 UTC |