Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B239A2004F1 for ; Wed, 30 Aug 2017 19:38:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AF07E169983; Wed, 30 Aug 2017 17:38:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EBC8E16997E for ; Wed, 30 Aug 2017 19:38:07 +0200 (CEST) Received: (qmail 75903 invoked by uid 500); 30 Aug 2017 17:38:06 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 75892 invoked by uid 99); 30 Aug 2017 17:38:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2017 17:38:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 88A9FDFF9F; Wed, 30 Aug 2017 17:38:03 +0000 (UTC) From: janpio To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-plugin-file pull request #207: CB-12930: (windows) Fix getDirectory ... Content-Type: text/plain Message-Id: <20170830173804.88A9FDFF9F@git1-us-west.apache.org> Date: Wed, 30 Aug 2017 17:38:03 +0000 (UTC) archived-at: Wed, 30 Aug 2017 17:38:08 -0000 Github user janpio commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/207#discussion_r136139240 --- Diff: src/windows/FileProxy.js --- @@ -751,7 +751,13 @@ module.exports = { if (!fs || !validName(path)){ fail(FileError.ENCODING_ERR); return; - } + } + + //check trailing "/" --- End diff -- this actually removes a trailing slash, correct? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org