|
From: | Nicholas Jankowski |
Subject: | [Octave-bug-tracker] [bug #65735] (symbolic) "test sympref" fails on Windows |
Date: | Mon, 13 May 2024 16:48:32 -0400 (EDT) |
Follow-up Comment #2, bug #65735 (group octave): octave on windows should have a tmpdir variable set that should be returned by the `tempdir` function. tempname should return an absolute path of a randomized name appended to that path. e.g. because i manually set it to be outside my user profile I get: >> getenv('tmpdir') ans = c:\Octave\Temp\ >> tempdir ans = c:\Octave\Temp\ >> tempname ans = c:\Octave\Temp\oct-RiH323 _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?65735> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |