- Posts: 69
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
How to give path of sdcard in PDFSetRootPath?
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
IP: 192.168.0.71
9 years 5 months ago #12190
by rachnasagar
How to give path of sdcard in PDFSetRootPath? was created by rachnasagar
I want to give path of sdcard PDFSetRootPath from where I read files?
presently I am passing this for internal memory m_grid.PDFSetRootPath("/mnt/sdcard);
but if I have to pass this for sdcard what I have to do ?
presently I am passing this for internal memory m_grid.PDFSetRootPath("/mnt/sdcard);
but if I have to pass this for sdcard what I have to do ?
IP: 192.168.0.71
9 years 5 months ago - 9 years 5 months ago #12192
by Davide
Replied by Davide on topic How to give path of sdcard in PDFSetRootPath?
Hi,
this is not related to the library, but I suggest you to use Android standard method
If it doesn't fit you, you can check others Android methods.
this is not related to the library, but I suggest you to use Android standard method
Code:
Environment.getExternalStorageDirectory().getAbsolutePath()
Last edit: 9 years 5 months ago by Davide.
- rachnasagar
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 69
- Thank you received: 0
IP: 192.168.0.71
9 years 5 months ago #12193
by rachnasagar
Replied by rachnasagar on topic How to give path of sdcard in PDFSetRootPath?
I checked all these methods but actually its not working
IP: 192.168.0.71
9 years 5 months ago #12195
by Davide
Replied by Davide on topic How to give path of sdcard in PDFSetRootPath?
Hi,
even if this is not related to the Radaee library I suggest you to read and check this thread : stackoverflow.com/questions/5694933/find...nal-sd-card-location
even if this is not related to the Radaee library I suggest you to read and check this thread : stackoverflow.com/questions/5694933/find...nal-sd-card-location
Time to create page: 0.433 seconds