Slide 37
Slide 37 text
FileEntry.isFile
FileEntry.isDirectory
FileEntry.fullPath
FileEntry.filesystem
FileEntry.getMetadata(onSuccess, onError);
FileEntry.moveTo(parentDirEntry, newName, onSuccess, onError);
FileEntry.copyTo(parentDirEntry, newName, onSuccess, onError);
FileEntry.toUrl();
FileEntry.remove(onSuccess, onError);
FileEntry.getParent(onSuccess, onError);
FileEntry.createWriter(onSuccess, onError);
FileEntry.file(onSuccess, onError);
The FileEntry