Re: how to list and examine folder contents.
I am getting an object list with LL_ListObjects. The list length = 11 which is correct for the root folder.
Then I read the list using LL_ListGetValue.
Then I attempt to read a record attribute using LL_AssocGetString which returns a -214... error.
The more I look at these method names - I think they are not correct for my process.
My Objective is to list and read the objects(folders) in a folder to determine if a folder already exists.
Once in a folder, upload a document after determining that it doesn't already exist by name.
Thanks in advance - Bert