[TIMOB-23493] Android: Support #append() method on Ti.Filesystem.File
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-11-15T22:03:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.1.0 |
Components | Android |
Labels | parity |
Reporter | Christopher Williams |
Assignee | Farzad Merzadyan |
Created | 2016-06-10T18:57:37.000+0000 |
Updated | 2016-11-22T22:03:45.000+0000 |
Description
Android is the only platform that doesn't support Ti.Filesystem.File#append(). We should ideally support it for parity's sake.
PR: https://github.com/appcelerator/titanium_mobile/pull/8513 *epected result if firstFile is already existing else should return true for first line of log output* {noformat} ? I/TiAPI: firstFile status: createdFile: false ? I/TiAPI: firstFile status: appended_lorem: true ? I/TiAPI: secondFile status: appended_theory: true ? I/TiAPI: firstFile status: appended_file_to_file: true ? I/TiAPI: firstBlobFile status: appended_blob: true {noformat} *test code:*
Verified, fixed was able to view the following comments in the console.
*Environment*