Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
package com.esotericsoftware.utils;

public interface IFileSystem {
    public boolean isWindows();

    public char separatorChar();

    public String canonicalCurrentPath();

    public boolean exists( String path );

    public String canonicalizeNormalizedExisting( String path );
}

Commits for litesoft/trunk/Java/ScarPlus/src/com/esotericsoftware/utils/IFileSystem.java

Diff revisions: vs.
Revision Author Commited Message
959 Diff Diff GeorgeS picture GeorgeS Sat 19 Jul, 2014 15:27:50 +0000

Scar update

950 Diff Diff GeorgeS picture GeorgeS Thu 19 Jun, 2014 17:57:04 +0000

New Lines

315 Diff Diff GeorgeS picture GeorgeS Sun 17 Jul, 2011 15:48:36 +0000
308 Diff Diff GeorgeS picture GeorgeS Sun 10 Jul, 2011 23:55:06 +0000
307 GeorgeS picture GeorgeS Sun 10 Jul, 2011 01:43:51 +0000