Set the temporary file location #1462
Answered
by
dlemstra
maopei820219
asked this question in
General
-
The default location for temporary file is %SystemRoot%\Temp, for instance C:\Windows\Temp. Is there a way to configure it to an alternate directory? |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Oct 19, 2023
Replies: 1 comment 1 reply
-
You can change the temporary directory that ImageMagick uses with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
maopei820219
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change the temporary directory that ImageMagick uses with
MagickNET.SetTempDirectory
.