Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Turns out that the existing temp-dir code was Windows only, within tclWinLoad.c. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
302cc3dd4efed49edbdf90258492b5f3 |
User & Date: | dkf 2018-05-28 10:15:07.268 |
Context
2018-05-28
| ||
12:56 | Fix the javascript. check-in: 2f8ac12d95 user: dkf tags: trunk | |
11:39 | Rework the javscript/CSS/magic. check-in: 0232976c97 user: dkf tags: fix-js | |
10:15 | Turns out that the existing temp-dir code was Windows only, within tclWinLoad.c. check-in: 302cc3dd4e user: dkf tags: trunk | |
08:38 | Update index check-in: 26cd64e94d user: oehhar tags: trunk | |
Changes
Changes to tip/431.md.
︙ | ︙ | |||
56 57 58 59 60 61 62 | \(since it is optional\) could be specified in the key / value format, **-template** _template_, changing the command syntax to: > **file tempdir** ?_options..._? # Reference Implementation | | | | | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | \(since it is optional\) could be specified in the key / value format, **-template** _template_, changing the command syntax to: > **file tempdir** ?_options..._? # Reference Implementation An example of temporary directory creation has already been developed in the Tcl core, at the C level, within the Windows-specific layers of the **load** command. The principal work remaining is to expose this via a Tcl command and building equivalent functionality on other platforms. # Copyright This document has been placed in the public domain. |