Skip to content

Commit 0bb2f93

Browse files
authored
Update README.md
1 parent ceb021d commit 0bb2f93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ FileManager(
125125
|--------------|-----------------|
126126
| `isFile` | check weather FileSystemEntity is File. |
127127
| `isDirectory` | check weather FileSystemEntity is Directory. |
128-
| `basename` | Get the basename of Directory or File. Provide `File`, `Directory` or `FileSystemEntity` and returns the name as a `String`. If you want to hide the extension of a file, you may use optional parameter `showFileExtension`. ie ```controller.dirName(dir, true)```
129-
|
128+
| `basename` | Get the basename of Directory or File. Provide `File`, `Directory` or `FileSystemEntity` and returns the name as a `String`. If you want to hide the extension of a file, you may use optional parameter `showFileExtension`. ie ```controller.dirName(dir, true)``` |
130129
| `formatBytes` | Convert bytes to human readable size.[getCurrentDirectory]. |
131130
| `setCurrentPath` | Set current directory path by providing `String` of path, similar to [openDirectory]. `List<FileSystemEntity>.` |
132131
| `getStorageList` | Get list of available storage in the device, returns an empty list if there is no storage `List<Directory>`|

0 commit comments

Comments
 (0)