[TIMOB-19054] Windows: Ti.Filesystem.File.write() 'append' parameter should be optional
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-22T22:34:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2015-06-22T22:07:31.000+0000 |
Updated | 2015-07-09T22:50:56.000+0000 |
Description
Ti.Filesystem.File.write(data, append);
The _append_ parameter should be optional.
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Filesystem.File-method-write
PR : https://github.com/appcelerator/titanium_mobile_windows/pull/313
Verified using: Windows 8.1 Appc CLI (NPM): 4.1.0 Appc CLI (Registry): 4.1.0 Ti SDK: 4.1.0.GA The append parameter is now optional Closing ticket