dash.file.urlSeparators
Replace windows-style () file separators with url-style (/) separators
Syntax
Description
Replaces windows style () file separators with (/) separators in a file path.
Input Arguments
path
string scalar
A file path to convert.
Output Arguments
path
string scalar
A file path using URL-style file separators.