[TIMOB-13181] CodeProcessor: Ti.Filesystem.ResourcesDirectory is unknown, but shouldn't be
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-03-24T07:06:24.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.1.0, 2013 Sprint 06 JS, 2013 Sprint 06 |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Praveen Innamuri |
| Created | 2013-03-23T22:21:42.000+0000 |
| Updated | 2017-03-09T00:28:21.000+0000 |
Description
It is somewhat common for apps to use Ti.FileSystem.ResourcesDirectory to get around historical quirks/bugs in our require mechanism, but this value is unknown currently. It seems safe enough to assign it a value of '/' since the code processor's require mechanism works correctly.
Closing ticket as fixed.