Dani Palou created CB-8497:
------------------------------

             Summary: FileEntry.remove() and FileEntry.file() fail if the file 
has '#' in its name
                 Key: CB-8497
                 URL: https://issues.apache.org/jira/browse/CB-8497
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, iOS, Plugin File
         Environment: iOS 8.1.3 and Android 5.0
            Reporter: Dani Palou


If I try to delete a file that has the character '#' in its name, the 'remove' 
function always fails, returning FileError.NOT_FOUND_ERR. If the file doesn't 
have the '#' character, the code works fine. This error is happening both in 
Android 5 and iOS 8.1.3.

The same happens for the 'file' function.

This is one of the FileEntries that I'm testing with:
{quote}
fullPath: "/tmp/test#.txt",
isDirectory: false,
isFIle: true,
name: "test#.txt",
nativeURL: "file:///storage/emulated/0/tmp/test%23.txt"
{quote}

I obtained this FileEntry using a DirectoryReader to read the contents of the 
parent folder.

I'm testing with PhoneGap 4.2.0 and FilePlugin 1.3.3.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to