Bug 199448 - Problems with files containing a \ character
Summary: Problems with files containing a \ character
Status: NEW
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-GTK
: P5 trivial (vote)
Target Milestone: Future   Edit
Assignee: dsdp.tm.rse-inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on: 235492
Blocks:
  Show dependency tree
 
Reported: 2007-08-09 11:28 EDT by Martin Oberhuber CLA
Modified: 2009-08-06 17:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-08-09 11:28:06 EDT
On UNIX, the \ character is a valid part of a file name.
But in RSE, this character gives several problems:
* From the New > File and New > Folder dialogs, files with a \ in their
  name can not be created -- they create a subfolder instead
* When creating such a file from the commandline, \ characters tend to be
  duplicated to \\ such that they are not usable any more
Comment 1 Martin Oberhuber CLA 2009-08-06 17:01:35 EDT
Via bug 235492 I have found that for dstore, one problem is that

   org.eclipse.rse.services.clientserver.PathUtility#normalizeUnix()

replaces every "\" character with a "/" character.