Skip to content
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

createFile alway overwrites existing file #17

Open
flobjective opened this issue Mar 31, 2014 · 0 comments
Open

createFile alway overwrites existing file #17

flobjective opened this issue Mar 31, 2014 · 0 comments

Comments

@flobjective
Copy link

The method createFileAtPath:(NSString *) path overwrite:(BOOL)overwrite overwrites even if overwrite is set to NO.
This can be fixed by replacing smbc_getFunctionCreat with smbc_getFunctionOpen in the underlying createFile method (line 1675 in the .m).

@flobjective flobjective changed the title createFile:overwrite fails createFile alway overwrites existing file Mar 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant