-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Add fs.makedir() and fs.rename() APIs #71
Comments
I am getting a build error on Mac OS X v10.6 due to the NSFileWriteFileExistsError flag is only available on OS X v10.7 and later. |
Thanks for reviewing! Are you using XCode 4.x? XCode 3.2.6 is no longer supported. I don't have a 10.6 system with me for testing, but this should be fine when running on a 10.6 system. If you try to rename an item to a name of an existing item, you will get a less friendly error message, but everything should work fine. |
I'll take on the mac side of the review. |
Windows looks good. Re-assigning to @jasonsanjose to take a look at Mac (since I need to upgrade to Xcode 4). |
Looks good. Merging |
Wednesday Sep 26, 2012 at 14:24 GMT
Originally opened as adobe#120
Add two new functions to brackets.fs:
makedir()
rename()
BONUS FEATURES
This pull request also includes two small bonus features on the mac:
gruehle included the following code: https://github.com/adobe/brackets-shell/pull/120/commits
The text was updated successfully, but these errors were encountered: