如何获取codenameone FileSystemStorage中存在的文件的绝对URI?
在我的项目中,我需要将CodeNameOne FileSystemStorage中存在的文件作为电子邮件附件发送。我正在使用Message - getAttachments()。put(...)方法强制我使用此文件的uri(作为字符串)作为参数。
如何获取此URI。或者更好,如何将FileSistemStorage中的文件作为电子邮件附件发送?
答案 0 :(得分:1)
这很简单,使用FileSystemStorage.getAppHomePath(),并将您的文件名附加到它返回的字符串。