2 messages in com.googlegroups.google-gearsRe: Store Folders
FromSent OnAttachments
vasundhara21 Nov 2007 05:33 
Ben Lisbakken21 Nov 2007 08:17 
Subject:Re: Store Folders
From:Ben Lisbakken (lisb@google.com)
Date:11/21/2007 08:17:41 AM
List:com.googlegroups.google-gears

Vasundhara -

You can't call store.capture("folderName",callbackFunction); The ResourceStore capture method doesn't work on folders.

In order to capture a whole folder, you have to call capture on each file within the folder. To do so, you either need to manually write down the URL of each file in the directory, or write code to grab the URL's of all files within a folder, then feed these URL's to the ResourceStore capture method.

Does this help?

-Ben

On Nov 21, 5:33 am, vasundhara <vrav@gmail.com> wrote:

Hello All,

Please help me out how to store image folders and other folders using Resource store.

So that they will be available at Offline using Google Gears.

Thanx