Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3196] Ipad Filesystem

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2012-07-26T16:28:46.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
Reportersofitus
AssigneeNeeraj Gupta
Created2011-04-15T03:39:12.000+0000
Updated2012-07-26T20:30:27.000+0000

Description

Hi,

I have create an apps for iphone, where i used Filesystem.getFile

var xmlf = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory,'xml',filexml);

With Iphone all is good

I have Titanium developer 1.2.2 with :
[INFO] Titanium SDK version: 1.6.0.RC1 [INFO] iPhone Device family: ipad [INFO] iPhone SDK version: 4.2 [INFO] iPhone simulated device: ipad

I have change for iPad;
var xmlf = Ti.Filesystem.getFile('../xml/'+filexml);
but i have the same result.
I receive this error : [ERROR] Script Error = Result of expression 'Ti.Filesystem' [undefined] is not an object.

Is it possible to acess Filesystem ?

Comments

  1. sofitus 2011-04-15

    I have resolved the problems.
    You must build 6 times and verify the Filesystem module.
    There is no reason.

  2. Stephen Tramer 2012-07-26

    No test provided

    Filer says problem was resolved

JSON Source