Menu

#18 Path.toString() to give a real path, without brackets

open
nobody
None
5
2011-04-06
2011-04-06
Igor Spasic
No

Currently, to String put a path in bracket and spaces. Make it return a real path, without extra chars. Or add new method (getPathString) that returns 'clean' path.

Discussion

  • Charlie Hubbard

    Charlie Hubbard - 2011-04-07

    What is the problem exactly? Is there a real problem here or is this just a preference?

     
  • Igor Spasic

    Igor Spasic - 2011-04-07

    It is just cosmeti:). Sometimes, users might need path. So currently, path.toString() returns:
    [ foo,bar.path ]
    and user would need just
    foo.bar.path
    (without spaces and brackets)

     

Log in to post a comment.