Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/api/functions/normalizePath.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
export function normalizePath(path: string): string;
```

Make sure that the file path is normalized, so that it works on all operating systems, so that other functions (like [`getResourcePath()`](https://marcus.se.net/obsidian-plugin-docs/api/interfaces/DataAdapter#getresourcepath) can work). Mac/Linux and Windows have different styles for that.


## Parameters

| Parameter | Description |
Expand Down