Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 823F5995A for ; Mon, 27 Feb 2012 19:53:08 +0000 (UTC) Received: (qmail 45257 invoked by uid 500); 27 Feb 2012 19:53:08 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 45233 invoked by uid 500); 27 Feb 2012 19:53:08 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 45224 invoked by uid 99); 27 Feb 2012 19:53:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2012 19:53:08 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fil@adobe.com designates 64.18.1.187 as permitted sender) Received: from [64.18.1.187] (HELO exprod6og104.obsmtp.com) (64.18.1.187) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2012 19:53:01 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob104.postini.com ([64.18.5.12]) with SMTP ID DSNKT0veezVpZrWxSOmwJyT+BWYvnBVH5+It@postini.com; Mon, 27 Feb 2012 11:52:41 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q1RJoJN3008353 for ; Mon, 27 Feb 2012 11:50:19 -0800 (PST) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q1RJnkPq010930 for ; Mon, 27 Feb 2012 11:50:18 -0800 (PST) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nahub02.corp.adobe.com ([10.8.189.98]) with mapi; Mon, 27 Feb 2012 11:50:18 -0800 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Mon, 27 Feb 2012 11:50:15 -0800 Subject: Re: Delete LocalFileSystem.isFileSystemRoot? Thread-Topic: Delete LocalFileSystem.isFileSystemRoot? Thread-Index: Acz1iQdhsDL2RdRPQyyFugVjdP1DjA== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Axe it! On 12-02-27 11:46 AM, "Simon MacDonald" 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 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. >> >> >>=20 >>https://github.com/apache/incubator-cordova-js/blob/master/lib/plugin/Loc >>alFileSystem.js >>