The best I could find is to replace \ by /:
title!(replace(filepath,"\\" => "/"))
Edit: there is also the \setminus unicode symbol:
julia> title!(replace(filepath,"\\" => "∖"))

The best I could find is to replace \ by /:
title!(replace(filepath,"\\" => "/"))
Edit: there is also the \setminus unicode symbol:
julia> title!(replace(filepath,"\\" => "∖"))
