public static class StandaloneFileSystem.DesktopFileHandle
extends com.badlogic.gdx.files.FileHandle
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
externalPath |
static java.lang.String |
localPath |
| Constructor and Description |
|---|
DesktopFileHandle(java.io.File file,
com.badlogic.gdx.Files.FileType type) |
DesktopFileHandle(java.lang.String fileName,
com.badlogic.gdx.Files.FileType type) |
| Modifier and Type | Method and Description |
|---|---|
com.badlogic.gdx.files.FileHandle |
child(java.lang.String name) |
java.io.File |
file() |
com.badlogic.gdx.files.FileHandle |
parent() |
com.badlogic.gdx.files.FileHandle |
sibling(java.lang.String name) |
copyTo, delete, deleteDirectory, emptyDirectory, emptyDirectory, equals, exists, extension, hashCode, isDirectory, lastModified, length, list, list, list, list, mkdirs, moveTo, name, nameWithoutExtension, path, pathWithoutExtension, read, read, readBytes, readBytes, reader, reader, reader, reader, readString, readString, tempDirectory, tempFile, toString, type, write, write, write, writeBytes, writeBytes, writer, writer, writeString, writeStringpublic static final java.lang.String externalPath
public static final java.lang.String localPath
public DesktopFileHandle(java.lang.String fileName,
com.badlogic.gdx.Files.FileType type)
public DesktopFileHandle(java.io.File file,
com.badlogic.gdx.Files.FileType type)
public com.badlogic.gdx.files.FileHandle child(java.lang.String name)
child in class com.badlogic.gdx.files.FileHandlepublic com.badlogic.gdx.files.FileHandle sibling(java.lang.String name)
sibling in class com.badlogic.gdx.files.FileHandlepublic com.badlogic.gdx.files.FileHandle parent()
parent in class com.badlogic.gdx.files.FileHandlepublic java.io.File file()
file in class com.badlogic.gdx.files.FileHandle