从文件Xamarin Forms接收路径

时间:2017-10-03 19:32:33

标签: xamarin

我想要一个选项,我在手机上的文件夹中搜索文件,然后以字符串方式返回我“/ data / data / Fotos / imagem.png”

如何通过xamarin Forms执行此操作,包括android和ios

1 个答案:

答案 0 :(得分:0)

使用PCLStorage;

IFolder folder = FileSystem.Current.LocalStorage;

IFile file = folder.GetFileAsync()

string path = file.Path;