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