Xojo.IO Equivalent of GetFolderItem("")

It looks like I need to specify the absolute path for constructing a folder item in xojo framework.
To do that, I need to find the application directory absolute path for a web app in xojo.cloud.
I know how to do this with the classic framework, but haven’t found in documentation how to accomplish this with xojo framework. I am sure I missed it - can anyone give me a hint?

I thought I figured it out - but didn’t. Any help?

Use the old framework and use the NativePath to pass to the new framework.

OK - that is what I am doing. Was hoping for a ‘purer’ approach.

Thanks.