Snippets tagged path

  • Working with paths

    Concatenating paths shouldn't be done just using string concatenation, because the directory separator may differ on various platforms. This snippet shows a simple custom operator for working with paths.

    26 people like this

    Posted: 13 years ago by Tomas Petricek