public class FileSystem
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SFile |
getCurrentDir() |
SFile |
getFile(java.lang.String nameOrPath) |
static FileSystem |
getInstance() |
void |
reset() |
void |
setCurrentDir(SFile dir) |
public static FileSystem getInstance()
public void setCurrentDir(SFile dir)
public SFile getCurrentDir()
public SFile getFile(java.lang.String nameOrPath) throws java.io.IOException
java.io.IOException
public void reset()