Hallo, I have pathes with different file delimiters e.g. /root/dir\mydir/myfile C:\xxx/hh\gggg/myfile How can I change the mistaken file delimiters in dependency of the used os (win or unix) effectively? unix: /root/dir\mydir --> /root/dir/mydir win: C:\xxx/hh\gggg/myfile --> C:\xxx\hh\gggg\myfile Thanks for your hints Thomas