Open CMCDragonkai opened 6 years ago
It should just refer itself.
I need to use the join function, however I need to ensure that it unix style path join.
join
I don't think we can count on it being necessarily unix style, more generally, if you need it to definitely be unix style, why do you even need to use the path.join function?
It should just refer itself.
I need to use the
join
function, however I need to ensure that it unix style path join.