Re: Examining a directory with OpenOffice.org Basic
Johnny Rosenberg <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.api |
|---|---|
| Message-ID | <[email protected]> |
2010/12/1 Johnny Rosenberg <[email protected]>: > If I know the name of a directory, let's say ~/MyImages, how can I > easily read the names of all the files in that directory? Let's say > that we will fill an array with all the file names. > > I have searched a bit online, but so far I didn't find anything that I > understand… I'll continue searching, though. He he he… I tried again to search for the answer and this time I found it almost immediately… At least I think I did: http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide/Files_and_Directories_(Runtime_Library) Seems to be what I am looking for. Other thoughts about this are still welcome, though.