DIRECTORY_SEPARATOR

Either / (on UNIX-like systems including Android, iOS, and Linux) or \ (on Windows systems).

This separator is used by FileSystem.SYSTEM and possibly other file systems on the host system. Some file system implementations may not use this separator.