Skip to content

Commit 6226efd

Browse files
committed
Updated ReadMe
1 parent f2562b4 commit 6226efd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,18 @@ FileManager(
132132
|--------------|-----------------|
133133
| `isFile` | check weather FileSystemEntity is File. |
134134
| `isDirectory` | check weather FileSystemEntity is Directory. |
135-
| `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)```
136-
|
135+
| `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)```|
137136
| `formatBytes` | Convert bytes to human readable size.[getCurrentDirectory]. |
138137
| `setCurrentPath` | Set current directory path by providing `String` of path, similar to [openDirectory]. `List<FileSystemEntity>.` |
139138
| `getStorageList` | Get list of available storage in the device, returns an empty list if there is no storage `List<Directory>`|
140139
| `createFolder` | Creates the directory if it doesn't exist. Requires currentPath and Name of the Directory. |
141140

142141
</hr>
143142

144-
![gif](https://imgur.com/RXwvwB9.gif)
145-
![gif](https://imgur.com/a56XQv7.png)
146-
![gif](https://imgur.com/q4Ouf3M.png)
147-
![gif](https://imgur.com/CwB5wb0.png)
143+
<img width="205px" height ="444px" alt="Example" src="https://imgur.com/RXwvwB9.gif"/>
144+
<img width="205px" height ="444px" alt="Example" src="https://imgur.com/a56XQv7.png"/>
145+
<img width="205px" height ="444px" alt="Example" src="https://imgur.com/q4Ouf3M.png"/>
146+
<img width="205px" height ="444px" alt="Example" src="https://imgur.com/CwB5wb0.png"/>
148147

149148
</hr>
150149

0 commit comments

Comments
 (0)