We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version go1.23.3 windows/amd64
latest
Option Yes
using gproc in our code
We found this librray created C:\var\tmp\ directory under windows system.
C:\var\tmp\
https://github.com/gogf/gf/blob/master/os/gproc/gproc_comm.go#L93
temp files normally shouldn't locatedv in C drive root path, instead they should located in %TMP% (retrieve from environemnt variable) path.
%TMP%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Go version
go version go1.23.3 windows/amd64
GoFrame version
latest
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
using gproc in our code
What did you see happen?
We found this librray created
C:\var\tmp\
directory under windows system.https://github.com/gogf/gf/blob/master/os/gproc/gproc_comm.go#L93
What did you expect to see?
temp files normally shouldn't locatedv in C drive root path, instead they should located in
%TMP%
(retrieve from environemnt variable) path.The text was updated successfully, but these errors were encountered: