Skip to content

Commit

Permalink
Update Docc
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Sep 15, 2023
1 parent bf801c4 commit 639da68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Sources/File/Documentation.docc/Articles/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ let path = Path("/Users/pelagornis/Desktop/") // example
```
Easy access Path.
```swift
Path.root
Path.home
Path.current
Path.root
Path.library
Path.temporary
Path.home
Path.documents
```
Easily create files and folders

Expand Down

0 comments on commit 639da68

Please sign in to comment.