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 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).