Returns the name separator, represented as a string.
The name separator is used to separate names in a path string. An
implementation may support multiple name separators in which case this
method returns an implementation specific default name separator.
This separator is used when creating path strings by invoking the toString()
method.
In the case of the default provider, this method returns the same
separator as java.io.File.separator
.
Diagram: FileSystem