aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/PursLoader/Path.md
blob: cc004367709b562253201dd9e6d5620d8a248c4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Module PursLoader.Path

#### `relative`

``` purescript
relative :: String -> String -> String
```

#### `resolve`

``` purescript
resolve :: String -> String
```

#### `dirname`

``` purescript
dirname :: String -> String
```

#### `joinPath`

``` purescript
joinPath :: String -> String -> String
```