Location of Documents Folder locally

Hi,
I am writing and testing a web app to be deployed on Xojo Cloud. Where is the Documents folder located on the local mac machine 127.0.0.1? I need to upload special files, on Xojo cloud I will use sftp, but locally I could not find the folders.

Thanks

Your app does not have access to that folder. The best you can do is use a file uploader control.

use SpecialFolder.Documents or SpecialFolder.SharedDocuments. Locally they point to your Documents or the Shared user documents folder (respectively). On Xojo Cloud, Documents points to a folder next to the app named Documents and SharedDocuments points to a similarly named folder in the sftp root folder.