public interface IFileSystem extends IBaseData
| Modifier and Type | Method and Description |
|---|---|
FileDescriptor |
createFileDescriptor(FileDescriptor parent,
java.lang.String name)
Creates a new reference to a new or existing location in the filesystem.
|
FileDescriptor |
getApplicationCacheFolder()
Returns a reference to the cache folder for the current application.
|
FileDescriptor |
getApplicationCloudFolder()
Returns a reference to the cloud synchronizable folder for the current application.
|
FileDescriptor |
getApplicationDocumentsFolder()
Returns a reference to the documents folder for the current application.
|
FileDescriptor |
getApplicationFolder()
Returns a reference to the application installation folder.
|
FileDescriptor |
getApplicationProtectedFolder()
Returns a reference to the protected storage folder for the current application.
|
char |
getSeparator()
Returns the file system dependent file separator.
|
FileDescriptor |
getSystemExternalFolder()
Returns a reference to the external storage folder provided by the OS.
|
getAPIGroup, getAPIVersionFileDescriptor createFileDescriptor(FileDescriptor parent, java.lang.String name)
parent - Parent directory.name - Name of new file or directory.FileDescriptor getApplicationCacheFolder()
FileDescriptor getApplicationCloudFolder()
FileDescriptor getApplicationDocumentsFolder()
FileDescriptor getApplicationFolder()
FileDescriptor getApplicationProtectedFolder()
char getSeparator()
FileDescriptor getSystemExternalFolder()