filemanager icon indicating copy to clipboard operation
filemanager copied to clipboard

Saved current directory - start application next day - no check for missing folder

Open CameraCornet opened this issue 10 years ago • 1 comments

I believe the behavior of the app is such:

  1. You are working in folder /sdcard/Folder1
  2. Exit App
  3. Delete folder /sdcard/Folder1 using an outside app or event.
  4. Start App - it tries to set default to the now missing folder.

The same sort of thing happens if you change out SDCard and the path is not on both cards. Adding a File exists check on preference read should solve this - and default to the other paths.

Thanks for the App!

CameraCornet avatar Dec 11 '14 08:12 CameraCornet

This should be fixed in the new version 0.5. The app will go back to root if folder doesn't exist.

mick88 avatar Dec 12 '14 20:12 mick88