openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

File System Seperator char on emulator #1065

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The method FileSystemStorage.getInstance().getFileSystemSeparator() returns "\" 
when running on Emulator (j2se) however path returns from other parts of the 
API still uses "/" separator for instance the path returned from 
Capture.capturePhoto call

What steps will reproduce the problem?
1. call Capture.capturePhoto(listener)
2. check the path returned in the listener
3. compare the path separator to the 
FileSystemStorage.getInstance().getFileSystemSeparator()

What is the expected output? What do you see instead?
for the separator to be consistent.

What version of the product are you using? On what operating system?
Version 2.0, Running on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by s...@the-futuresoft.com on 16 Feb 2014 at 11:30

GoogleCodeExporter commented 9 years ago
Are your client libraries up to date?

Original comment by shai.almog on 17 Feb 2014 at 6:50

GoogleCodeExporter commented 9 years ago
Yep

Original comment by s...@the-futuresoft.com on 17 Feb 2014 at 12:15

GoogleCodeExporter commented 9 years ago
Hi Shai,

I noticed that you recently marked as fixed a similar bug 1097 (that was open 
after I opened this bug) and I think both bugs are essential the same.
Can you verify that?

Original comment by s...@the-futuresoft.com on 17 Apr 2014 at 11:08