Skip to content

Commit

Permalink
Resolve miscommunication.
Browse files Browse the repository at this point in the history
Default is technically /var/folders/AB/Random/T, but /private/tmp resolves to that folder
  • Loading branch information
AliveDevil committed Sep 20, 2023
1 parent 392df0b commit 9b91ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountainduck/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Choose whether the file contents should be buffered. The option allows buffering

#### Temp Buffer

Buffered files are saved in `%temp%` for Windows or in `~/Volumes/External/private/tmp` for macOS.
Buffered files are saved in `%temp%` for Windows or in `/private/tmp` for macOS.

### Lock Files
Enable to prevent conflicting edits when accessing documents from a shared environment. Refer to [File Locking](locking.md).
Expand Down

0 comments on commit 9b91ce4

Please sign in to comment.