4 messages in com.googlegroups.google-desktop-developerRe: i have some question~
FromSent OnAttachments
humbroll21 Feb 2007 03:13 
Lahiru21 Feb 2007 03:55 
humbroll21 Feb 2007 06:30 
humbroll21 Feb 2007 06:54 
Subject:Re: i have some question~
From:Lahiru (llah@gmail.com)
Date:02/21/2007 03:55:39 AM
List:com.googlegroups.google-desktop-developer

Hi humbroll,

I think it's in the API doc, but not in a straight way... :)

http://desktop.google.com/dev/gadget_apiref.html#framework.system

In the above link under [ filesystem ] it says,

"Returns an object that provides access to the Windows standard Scripting.FileSystemObject object."

So we can use "framework.system.filesystem.FolderExists" because [ FolderExists ] is one of the "Scripting.FileSystemObject".

And any method or property which can use with "Scripting.FileSystemObject" can also be used with "framework.system.filesystem". :)

I think this will give some answer for your question.. :)

Cheers.! - Lahiru.

On Feb 21, 4:13 pm, "humbroll" <humb@gmail.com> wrote:

i feel very starange about google desktop gadget API document..

in this group's answer import many useful information about GD API.

but i cant find in GD API Documentation ,

for example.. i find some answer that communicate between details view and gadget js.

there are some API that i never seen. below..

"framework.system.filesystem.FolderExists"

i cant find this API in document. how can i find these useful info..

is there some secret blog or forum.. ?

sorry about my fool english .. but feed any please gentleman~

good luck