[AC-3121] Titanium.Filesystem.getApplicationDirectory()
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-07-19T15:43:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | rob van den berg |
Assignee | Shak Hossain |
Created | 2012-07-10T04:48:20.000+0000 |
Updated | 2016-03-08T07:48:11.000+0000 |
Description
Steps to Reproduce
var fp = Titanium.Filesystem.getApplicationDirectory();
Actual Result
file://localhost/Users/rob/Library/Application%20Support/iPhone%20Simulator/5.1/Applications/A48852C0-4831-4BE3-8118-41A5105C0427/Applications/
Expected Result
file://localhost/Users/rob/Library/Application%20Support/iPhone%20Simulator/5.1/Applications/A48852C0-4831-4BE3-8118-41A5105C0427/
Attachments
Hi Rob, This issue is actually invalid because there was a change in the native Apple behavior in the latest OS. Previously, the location where the app resides and the location of Applications folder was the same so they would give the same result but now the app resides in a different location. This is something that was changed natively. Thanks, Varun
Native Apple behavior