[TIMOB-8209] Android: Filesystem: unimplemented method pathFromComponents
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-08-28T14:22:52.000+0000 |
Affected Version/s | Release 2.0.0, Release 1.8.2 |
Fix Version/s | n/a |
Components | Android |
Labels | parity, qe-and031912 |
Reporter | Dustin Hyde |
Assignee | Neeraj Gupta |
Created | 2012-03-22T16:26:52.000+0000 |
Updated | 2013-05-01T20:09:15.000+0000 |
Description
Filesystem has no method 'pathFromComponents'.
iOS has this method. It is currently undocumented (linked issue).
Run code:
//
Ti.Filesystem.pathFromComponents();
//
Runtime error in Android.
This is an internal method in iOS, and may go away at any time. Do not use.
Closing.