You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`getCurrentPath`| Get current path, similar to [getCurrentDirectory]. |
125
125
|`setCurrentPath`| Set current directory path by providing `String` of path, similar to [openDirectory]. `List<FileSystemEntity>.`|
126
-
|`goToParentDirectory`|`goToParentDirectory` returns `bool`, goes to the parent directory of currently opened directory if the parent is accessible, return true if current directory is the root. false, if the current directory not on root of the stogare.. |
126
+
|`isRootDirectory`| return true if current directory is the root. false, if the current directory not on root of the stogare. |
127
+
|`goToParentDirectory`| Jumps to the parent directory of currently opened directory if the parent is accessible. |
127
128
|`openDirectory`| Open directory by providing `Directory`. |
0 commit comments