pkuashi / android-codepad

Automatically exported from code.google.com/p/android-codepad
0 stars 0 forks source link

crash on open with files containing spaces on the path #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. hit menu button
2. open the file that's on a directory path that has a space

What is the expected output? What do you see instead?
crashola.

What version of the product are you using? On what operating system?
1.1 on froyo

Please provide any additional information below.

Original issue reported on code.google.com by oldarney on 24 Jan 2011 at 1:32

GoogleCodeExporter commented 9 years ago
a.quick fix would be to parse the aDirectory.getAbsolutePath's spaces into %20 
or url encode it.

Original comment by oldarney on 24 Jan 2011 at 2:06