UPDATE2: I manually uninstalled the package on the phone and then launched
again the debugger in eclipse. Now it works :|. If someone has a possible
explanation for this please feel free to share. My guess is that sometime in
the development process I used the path to create a file (not a folder) and
the getDir function doesn't detect this.

On Thu, Jul 30, 2009 at 11:07 AM, loctarar <andrei.bu...@gmail.com> wrote:

>
> UPDATE: IT works on the emulator, but not on the device. The OS is up
> to date. I can't figure out why it's not functioning properly.on the
> physical device (T-Mobile G1).
>
> On Jul 30, 10:41 am, loctarar <andrei.bu...@gmail.com> wrote:
> > Hello!
> >
> > I have the following piece of code:
> >
> > File recordDir = currentContext.getDir(recordPath,
> > Context.MODE_PRIVATE);
> > ...
> > String[] fileList = recordDir.list();
> >
> > I surrounded the getDir call with try/catch blocks and seems to
> > succede. However, fileList is null. Also, recordDir.exists() returns
> > true but recordDir.isDirectory() returns false. Is this normal?
> >
> > Thanks!
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to