On Mon, 2005-09-05 at 16:03 +0200, thom R wrote:
> the function GetFolder(Namefolder) does not want to work
> The debugger tells me that "Arguments is not optional"
> Is there a documentation for all the functions that are usable 
> in Basic

There is the SDK available from:
http://www.openoffice.org/dev_docs/source/sdk/#about

But as a first step this can be a bit daunting, so there are a range of
other resources available, for example the wiki that I maintain:
http://ext.openoffice.org.nz/

It contains a page of links to other resources:
http://ext.openoffice.org.nz/doku.php?id=resources

It is useful to remember the ".org" part of OpenOffice.org - that is
that we are a community and so don't hesitate to ask for help
(particularly where the documentation maybe weak).

The two places that I would recommend are (primarily depending on
whether you prefer mailing lists or forums):
http://api.openoffice.org/servlets/ProjectMailingListList
http://www.oooforum.org/forum/viewforum.phtml?f=9

To answer your particular question, there is the command:
GetFolderContents:
http://ext.openoffice.org.nz/doku.php?id=ref:com:sun:star:ucb:xsimplefileaccess#getfoldercontents

Description 
Returns the contents of a folder 
Parameter FolderURL 
URL of the folder 
Parameter bIncludeFolders 
true: Subfolders are included, false: No subfolders 
Returns 
The content of a folder, each file as one string in a string sequence  

Thanks, Ian

OpenOffice.org Conference (OOoCon 2005)
September 28th - 30th 2005, Koper-Capodistria, Slovenia
http://marketing.openoffice.org/ooocon2005/index.html




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to