public class UniversalFile
extends java.io.File
Constructor and Description |
---|
UniversalFile(java.io.File file)
Creates a File Link.
|
UniversalFile(java.io.File parent,
java.lang.String child)
Creates a File.
|
UniversalFile(java.io.File parent,
java.lang.String child,
char divider)
Creates a File.
|
UniversalFile(java.lang.String pathname)
Creates a File Link.
|
UniversalFile(java.lang.String pathname,
char divider)
Creates a File Link.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUniversalPath()
Gets the Universal File Path (separated by ':')
|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURL
public UniversalFile(java.lang.String pathname)
pathname
- Path namepublic UniversalFile(java.lang.String pathname, char divider)
pathname
- Path namedivider
- Divider to usepublic UniversalFile(java.io.File file)
file
- FileFile
public UniversalFile(java.io.File parent, java.lang.String child)
parent
- Parent Filechild
- Path nameFile
public UniversalFile(java.io.File parent, java.lang.String child, char divider)
parent
- Parent Filechild
- Path namedivider
- Divider to useFile