2 messages in com.googlegroups.google-desktop-developerRe: How to read and write text file i...
FromSent OnAttachments
Henry C.25 Jan 2007 09:56 
newbee27 Jan 2007 21:02 
Subject:Re: How to read and write text file in SDK?
From:newbee (bara@gmail.com)
Date:01/27/2007 09:02:39 PM
List:com.googlegroups.google-desktop-developer

You can use the Framework.system.filesystem object to read and write to files. It essentially returns an object that provides access to the standard Scripting.FileSystemObject object. Refer to the MSDN docs for the methods available with Scripting.FileSystemObject

On Jan 25, 10:57 pm, "Henry C." <huoc@gmail.com> wrote:

How to read and write text file in SDK?