views:

22

answers:

0

I am porting an application from Embedded Windows to Android. There is an Access Database involved and I have exported the data to a set of txt files. I am writing a utility to read the files and create a SQLite DB. I have the files on my D Drive of my desktop where I am doing my development. How do I access the files, Specify the directory structure?

I know that D:\DataBase\test.txt will not work.

Help