Forum OpenACS Development: Re: Should content_item__get_id resolve the URL of the root folder id that is passed in?

Dave,

To call the below function might be an alternative, if you are worrying about changing the semantics of existing code that depends on the current behavior.

coalesce (content_item__get_id(item_path, root_folder_id, resolve_index), root_folder_id)
Not sure what happens if resolve_index is 't', though ...

But I am rather convinced the functionality you propose is the desired one in most cases.

/Ola