0

Its first time I am using OpenShift . But I dont find any document how to use nodejs to create a file in OPENSHIFT_TMP_DIR . Any idea?

1 Answer 1

1

You should be able to use the following to use the OPENSHIFT_TMP_DIR in your node.js code.

process.env.OPENSHIFT_TMP_DIR

Just use that environment variable with your code that writes to a file as the location and you should be good.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.