[GRASS-dev] [GRASS GIS] #2215: xwGUI file type option. File path corrupt if contained backslash

#2215: xwGUI file type option. File path corrupt if contained backslash
----------------------------+-----------------------------------------------
Reporter: naokiueda | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.4
Component: wxGUI | Version: 6.4.3
Keywords: file type item | Platform: MSWindows 7
      Cpu: Unspecified |
----------------------------+-----------------------------------------------
in wxGUI script, place 'File' type option to open file dialog.

Example:

   "c:\aaa\bbb bbb.txt". OK. --> "c:\aaa\bbb bbb.txt"

   "c:\aaa\bbbbbb.txt". NG. --> "c:aaabbbbbb.txt"

Work Around: Add "space" in front of/end of value.
   " c:\aaa\bbb bbb.txt". OK. "c:\aaa\bbb bbb.txt"

   "c:\aaa\bbb bbb.txt ". OK. "c:\aaa\bbb bbb.txt"

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2215&gt;
GRASS GIS <http://grass.osgeo.org>

#2215: wxGUI file type option. File path corrupt if contained backslash
--------------------------------------+-------------------------------------
Reporter: naokiueda | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.4
Component: wxGUI | Version: 6.4.3
Keywords: file type item, wingrass | Platform: MSWindows 7
      Cpu: Unspecified |
--------------------------------------+-------------------------------------
Changes (by hamish):

  * keywords: file type item => file type item, wingrass

Comment:

does the same happen in GRASS 7? (where msys troubles go away)

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2215#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>