Sometimes it could happen that you retrieve paths with a path separator ( / or \ ) that is not suitable to the running platform (e.g. Windows vs Linux).
I think it could be useful to add an helper that accepts as inputs the string and the required path separator.
Hope you find it useful and implement the idea.
Sometimes it could happen that you retrieve paths with a path separator (
/or\) that is not suitable to the running platform (e.g. Windows vs Linux).I think it could be useful to add an helper that accepts as inputs the string and the required path separator.
Hope you find it useful and implement the idea.