You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
flobjective
changed the title
createFile:overwrite fails
createFile alway overwrites existing file
Mar 31, 2014
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).
The text was updated successfully, but these errors were encountered: