-
Notifications
You must be signed in to change notification settings - Fork 87
Bug: "Xenakios/SWS: Rename takes and source files..." deletes file with the same name on MAC. #1498
New issue
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
Comments
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Jan 30, 2021
…y exists closes reaper-oss#407, closes reaper-oss#1498
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Feb 3, 2021
…y exists, closes reaper-oss#407, closes reaper-oss#1498 combine 'Xenakios/SWS: Rename take source files...' and 'Xenakios/SWS: Rename takes and source files...' into one function for avoiding code duplication API: import GetPeakFileNameEx()
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Feb 4, 2021
…y exists, closes reaper-oss#407, closes reaper-oss#1498 combine 'Xenakios/SWS: Rename take source files...' and 'Xenakios/SWS: Rename takes and source files...' into one function for avoiding code duplication API: import GetPeakFileNameEx()
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Feb 5, 2021
…y exists, closes reaper-oss#407, closes reaper-oss#1498 combine 'Xenakios/SWS: Rename take source files...' and 'Xenakios/SWS: Rename takes and source files...' into one function for avoiding code duplication API: import GetPeakFileNameEx()
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Feb 5, 2021
…y exists, closes reaper-oss#407, closes reaper-oss#1498 This is extracted from PR reaper-oss#1492 to be included in upcoming next major SWS version (as the complete PR needs a bit of pre-release time).
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Feb 6, 2021
…y exists, closes reaper-oss#407, closes reaper-oss#1498 combine 'Xenakios/SWS: Rename take source files...' and 'Xenakios/SWS: Rename takes and source files...' into one function for avoiding code duplication API: import GetPeakFileNameEx()
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Feb 9, 2021
…y exists, closes reaper-oss#407, closes reaper-oss#1498 combine 'Xenakios/SWS: Rename take source files...' and 'Xenakios/SWS: Rename takes and source files...' into one function for avoiding code duplication API: import GetPeakFileNameEx()
It warns when filename already exists, thats good update. But on mac that's still potentially dangerous function. Because it still deletes already named files with the same name. |
nofishonfriday
added a commit
to nofishonfriday/sws
that referenced
this issue
Feb 20, 2021
…y exists, closes reaper-oss#407, closes reaper-oss#1498 combine 'Xenakios/SWS: Rename take source files...' and 'Xenakios/SWS: Rename takes and source files...' into one function for avoiding code duplication API: import GetPeakFileNameEx()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had need to rename manually several items.
But by accident I named one take the same as the another. And the old source file has been deleted.
It works normally on PC. Just renames take, but not source.
On MAC it deletes file!!
The text was updated successfully, but these errors were encountered: