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
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
A simple library for use iOS File manager
4
4
5
+
# Install
6
+
7
+
## Swift Package Manager
8
+
9
+
Add ESFileManager git url to you project and it install automatically
10
+
11
+
## Cocoapods
12
+
13
+
Just add ESFileManager to your podfile like this
14
+
15
+
```swift
16
+
pod 'ESPFileManager'
17
+
```
18
+
19
+
Why it called esPfilemanager? Cause one guy create lib with name ESFIleManager before i do
20
+
21
+
5
22
# Usage
6
23
7
24
## Standart use
@@ -12,8 +29,6 @@ A simple library for use iOS File manager
12
29
importESFileManager
13
30
```
14
31
15
-
[model of log](https://eskaria.github.io/AdvancedLogger/Structs.html#/s:14AdvancedLogger0aB5ModelV)
16
-
17
32
2) Create property of ESFileManager. In argument used default way for write/read data, but you can use init with default value "Document folder without iCloud sync". You can read about [this folders and when use kind of this](https://eskaria.github.io/ESFileManager/Enums/ESFileExtensionType.html)
0 commit comments