Changes between Initial Version and Version 1 of Ticket #3987, comment 4
- Timestamp:
- 03/26/24 20:04:24 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3987, comment 4
initial v1 4 4 It seems it's because '''SciTE4AutoIt3_Portable''''s `AutoIt3Wrapper.au3` file has: 5 5 6 {{{ 6 {{{#!autoit 7 7 ; set dir for all temporary files, fall back to @TempDir if it doesn't exist 8 8 Global $TempDir = _WinAPI_ExpandEnvironmentStrings(IniRead($AutoIt3WapperIni, "Other", "TempDir", ""))