diff options
Diffstat (limited to 'cli/js/os.ts')
-rw-r--r-- | cli/js/os.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cli/js/os.ts b/cli/js/os.ts index 309f5e1ff..89632e34f 100644 --- a/cli/js/os.ts +++ b/cli/js/os.ts @@ -88,6 +88,7 @@ type DirKind = | "picture" | "public" | "template" + | "tmp" | "video"; /** @@ -191,6 +192,14 @@ type DirKind = * | macOS | – | – | * | Windows | `{FOLDERID_Templates}` | C:\Users\Alice\AppData\Roaming\Microsoft\Windows\Templates | * + * "tmp" + * + * |Platform | Value | Example | + * | ------- | ---------------------- | ---------------------------------------------------------- | + * | Linux | `TMPDIR` | /tmp | + * | macOS | `TMPDIR` | /tmp | + * | Windows | `{TMP}` | C:\Users\Alice\AppData\Local\Temp | + * * "video" * |Platform | Value | Example | * | ------- | ------------------- | --------------------- | |