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