aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/fs.h')
-rw-r--r--backends/fs/fs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/backends/fs/fs.h b/backends/fs/fs.h
index 1dc23abbfd..47d28a2fa4 100644
--- a/backends/fs/fs.h
+++ b/backends/fs/fs.h
@@ -48,7 +48,12 @@
* And if we ever want to support devices with no FS in the classical sense (Palm...),
* we can build upon this.
*/
-
+
+/*
+ * TODO - Instead of starting with getRoot(), we should rather add a getDefaultDir()
+ * call that on Unix might return the current dir or the users home dir...
+ * i.e. the root dir is usually not the best starting point for browsing.
+ */
#include "common/list.h"
#include "common/str.h"