I had a db named test.db located in application directory . I retrieved the path using the method "getPath()" which gives entire path of db . How can I get the name of the db from that path. I ma receiving path a data\test.db . I need to get only test.db . How can I retrieve the name of the databae only from the path in android.
Thanks in Advance