You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Drew Walters <de...@gmail.com> on 2012/02/27 20:43:11 UTC

Delete LocalFileSystem.isFileSystemRoot?

As far as I can tell the method LocalFileSystem.isFileSystemRoot(path)
is a carry over from the BlackBerry implementation and is not used by
the other platforms.  Its also not part of the W3C File API.  Is it ok
to delete?  I have changes for the BlackBerry implementation which no
longer require it.

https://github.com/apache/incubator-cordova-js/blob/master/lib/plugin/LocalFileSystem.js

Re: Delete LocalFileSystem.isFileSystemRoot?

Posted by Filip Maj <fi...@adobe.com>.
Axe it!

On 12-02-27 11:46 AM, "Simon MacDonald" <si...@gmail.com> wrote:

>I don't believe it is used on Android at all.
>
>Simon Mac Donald
>http://hi.im/simonmacdonald
>
>
>On Mon, Feb 27, 2012 at 2:43 PM, Drew Walters <de...@gmail.com> wrote:
>
>> As far as I can tell the method LocalFileSystem.isFileSystemRoot(path)
>> is a carry over from the BlackBerry implementation and is not used by
>> the other platforms.  Its also not part of the W3C File API.  Is it ok
>> to delete?  I have changes for the BlackBerry implementation which no
>> longer require it.
>>
>>
>> 
>>https://github.com/apache/incubator-cordova-js/blob/master/lib/plugin/Loc
>>alFileSystem.js
>>


Re: Delete LocalFileSystem.isFileSystemRoot?

Posted by Simon MacDonald <si...@gmail.com>.
I don't believe it is used on Android at all.

Simon Mac Donald
http://hi.im/simonmacdonald


On Mon, Feb 27, 2012 at 2:43 PM, Drew Walters <de...@gmail.com> wrote:

> As far as I can tell the method LocalFileSystem.isFileSystemRoot(path)
> is a carry over from the BlackBerry implementation and is not used by
> the other platforms.  Its also not part of the W3C File API.  Is it ok
> to delete?  I have changes for the BlackBerry implementation which no
> longer require it.
>
>
> https://github.com/apache/incubator-cordova-js/blob/master/lib/plugin/LocalFileSystem.js
>