| |
|
| java.lang.Object de.intarsys.tools.file.FilenameTest
FilenameTest | public class FilenameTest (Code) | | |
exists | public boolean exists()(Code) | | if the file exists |
getFile | public File getFile()(Code) | | the tested file (may be different than provided) |
isDirectory | public boolean isDirectory()(Code) | | |
isLegal | public boolean isLegal()(Code) | | if the filename is not empty, not a directory and contains onlylegal characters |
isOk | public boolean isOk()(Code) | | if the path is a legal filename (existing or not) and is not adirectory and is not read only |
isReadOnly | public boolean isReadOnly()(Code) | | if the file is read only |
|
|
|