dash.file.urlSeparators

Replace windows-style () file separators with url-style (/) separators


Syntax



Description

path = dash.file.urlSeparators(path)

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.