server.services
Class FileSystem
java.lang.Object
|
+--server.services.FileSystem
- public class FileSystem
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
curDir
public File curDir
curStr
public String curStr
bb
public BigBrother bb
FileSystem
public FileSystem(XMLTag xml)
renameFileFrom
public void renameFileFrom(File file)
isRenameSet
public boolean isRenameSet()
renameFileTo
public boolean renameFileTo(File file)
pwd
public String pwd()
cwd
public File cwd(String place)
getUnsuccessfullPath
public String getUnsuccessfullPath()
cdUp
public boolean cdUp()
canWrite
public boolean canWrite(File f)
canRead
public boolean canRead(File f)
canList
public boolean canList(File f)
getList
public Object[] getList()