84858687888990
/** * @return The FileSystem implementation for the OS */ protected FileSystem getFileSystem() { return Windows.isWindows() ? new WindowsFileSystem(this) : new DefaultFileSystem(this); }