Page 2 of 2

Re: Illegal filename character mapping?

Posted: Mon Jan 21, 2013 10:36 am
by cgallery
Alt wrote:The problem is, though, how to recognize that "/" is a part of a folder name rather than a separator between a folder and sub-folder. This is not a trivial task to implement. A file system processor in R-Studio should specifically warn other modules that they should substitute "/" with something else.
Should be easy because R-Studio already knows the filename includes "/" so should be able to substitute something else.