de.schwarzrot.net
Interface SrvFSClient
- All Known Implementing Classes:
- DefaultFileSystemServiceClient
public interface SrvFSClient
createDirectory
File createDirectory(File parentDirectory,
String newDirectoryName)
getChildren
List<File> getChildren(File directory)
getFile
File getFile(File dir,
String filename)
getRootPath
File getRootPath()
remove
boolean remove(File fileOrDirectory)
rename
boolean rename(File destination,
File source)
setReadOnly
boolean setReadOnly(File path)
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.