Subversion Repository Public Repository

litesoft

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

public interface IFile
{
    boolean exists();

    boolean isDirectory();

    boolean canRead();

    String getPath();

    IFile getCanonicalFile();
}

Commits for litesoft/trunk/Java/ScarPlus/src/com/esotericsoftware/filesupport/IFile.java

Diff revisions: vs.
Revision Author Commited Message
315 Diff Diff GeorgeS picture GeorgeS Sun 17 Jul, 2011 15:48:36 +0000
287 Diff Diff GeorgeS picture GeorgeS Mon 20 Jun, 2011 06:24:24 +0000
185 GeorgeS picture GeorgeS Sat 30 Apr, 2011 00:16:34 +0000