From: Clement Ow Date: 2008-07-07T18:54:58+09:00 Subject: Re: Getting Folder Size Pe単a, Botp wrote: > From: clement.ow@asia.bnpparibas.com > # But just curious actually, that if there is any documentation that > # pertains to the win32ole methods, not the one from the ruby > > clement, win32ole is mainly microsoft-ism. Ruby's win32ole is just a > beautiful ruby wrapper for windows ole. You'll have to dig the microsoft > dsn site or download some free ole browsers to get a full > listing/documentation of the ole methods in windows... You can create > your own ole dll but then again, you still have to read microsoft specs > on that too... > > kind regards -botp Ah icic. Very interesting indeed.. :)So to know what to put in the string after new, WIN32OLE.new('Scripting.FileSystemObject')I have to go to the microsoft dsn site to see what is in the syntax? Would it be a universal type of syntax here that can be used with any other types of programming languages that support WIN32OLE? -- Posted via http://www.ruby-forum.com/.