Gets file auto download location.
Example
const app = await fin.Application.getCurrent();
const fileDownloadDir = await app.getFileDownloadLocation();
Gets file auto download location.
const app = await fin.Application.getCurrent();
const fileDownloadDir = await app.getFileDownloadLocation();