-
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
Comment by redmunds 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. |
Comment by gruehle 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. |
Comment by jasonsanjose I'll take on the mac side of the review. |
Comment by redmunds Windows looks good. Re-assigning to @jasonsanjose to take a look at Mac (since I need to upgrade to Xcode 4). |
Comment by jasonsanjose Looks good. Merging |
Issue by gruehle
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: