Last updated 2 years ago
Was this helpful?
Return the file separator character for the current platform.
res = filesep()
res - a string: '/' or ''
pathsep returns '' on Windows and '/' on others platforms.
A = filesep
.
1.0.0
initial version
Allan CORNET