Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

How to read files created with native jar bind library.

$
0
0

Hello,

I bind a jar library that writes files to this path

/data/data/Xamarin.AndroidTestApp/cache/NativePath/NativeFile_1387467003822-95976.dat

How do I get access to the corresponding path in my managed code?

I use the below with no success.

List<string> filesToSend;
using (IsolatedStorageFile store = IsolatedStorageFile.GetUserStoreForApplication())
{   
    filesToSend = new List<string>(store.GetFileNames(".\\cache\\NativePath\\*.dat"));
}

Thank you.


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>