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
I tried and received "Invalid argument"
Use case is a deployment where files are placed in a deploy.tmp directory and need to swapped atomically with a deploy i.e.
swap ("deploy", "deploy.tmp")
The text was updated successfully, but these errors were encountered:
On which OS are you trying this? Swapping directories should work. I just tested it on Linux and macOS but I don't have access to a Windows machine.
Sorry, something went wrong.
No branches or pull requests
I tried and received "Invalid argument"
Use case is a deployment where files are placed in a deploy.tmp directory
and need to swapped atomically with a deploy
i.e.
put files in "deploy.tmp"
swap ("deploy", "deploy.tmp")
rm files in "deploy.tmp"
The text was updated successfully, but these errors were encountered: